Pada posting sebelumnya sudah dicontohkan soal pemrograman dalam bahasa Python. Kali ini, akan ditampilkan lagi contoh berikutnya.
Soal:
Buatlah program Python untuk menampilkan pola segitiga siku-siku menggunakan for … in.
Jawab:
Pola 1
* * * * * * * * * * * * * * * * * * * * *
Jawab:
| siku_siku_1.py |
tinggi = 6
for baris in range(0, tinggi):
for kolom in range(0, tinggi-baris):
print("*", end=" ")
print("")
|
Pola 2
* * * * * * * * * * * * * * * * * * * * *
Jawab:
| siku_siku_2.py |
tinggi = 6
for baris in range(0, tinggi):
for kolom in range(0, baris+1):
print("*", end=" ")
print("")
|
Pola 3
*
* *
* * *
* * * *
* * * * *
* * * * * *
Jawab:
| siku_siku_3.py |
tinggi = 6
for baris in range(0, tinggi):
for kolom in range(1, tinggi-baris):
print(" ", end=" ")
for bintang in range(0, baris+1):
print("*", end=" ")
print("")
|
Demikian contoh pola segitiga dalam pemrograman Python. Semoga bermanfaat.
Hello! I just would like to give you a big thumbs up for
your excellent information you have got here on this post.
I will be coming back to your web site for more soon.
Hey! Do you know if they make any plugins to safeguard against
hackers? I’m kinda paranoid about losing everything I’ve worked hard on. Any tips?
Hi there colleagues, its enormous article concerning educationand fully defined, keep it up all the time.
Hi to all, how is the whole thing, I think every one is getting
more from this web page, and your views are good designed for new users.
Great article.
I like the valuable info you provide in your articles. I will bookmark
your blog and check again here frequently. I am quite certain I’ll learn many new stuff
right here! Good luck for the next!
I’m not sure exactly why but this blog is loading very slow for me.
Is anyone else having this issue or is it
a issue on my end? I’ll check back later and see if the problem still exists.
Hmm is anyone else encountering problems with the images on this blog loading?
I’m trying to figure out if its a problem on my end or
if it’s the blog. Any suggestions would be greatly appreciated.
Pretty component to content. I just stumbled upon your web site and in accession capital to say
that I get in fact enjoyed account your weblog posts. Anyway I will be subscribing for your augment and even I fulfillment you get admission to consistently rapidly.
We stumbled over here by a different page and thought
I may as well check things out. I like what I see so i am
just following you. Look forward to going over your web page
yet again.
It’s going to be finish of mine day, however before ending I am reading this fantastic
post to increase my knowledge.
Today, I went to the beach front with my kids. I found
a sea shell and gave it to my 4 year old daughter and said “You can hear the ocean if you put this to your ear.” She placed the shell to her ear and screamed.
There was a hermit crab inside and it pinched her ear. She never wants to
go back! LoL I know this is totally off
topic but I had to tell someone!
What’s up, this weekend is fastidious in favor of me, as this
moment i am reading this wonderful informative post here at my house.
These are in fact fantastic ideas in regarding blogging. You have touched some good points here.
Any way keep up wrinting.
Hey there this is somewhat of off topic but I was wanting to know if blogs use
WYSIWYG editors or if you have to manually code with HTML.
I’m starting a blog soon but have no coding skills so I wanted
to get advice from someone with experience.
Any help would be enormously appreciated!
It’s very effortless to find out any topic on net as compared
to textbooks, as I found this article at this web site.
I couldn’t refrain from commenting. Exceptionally well written!
In fact no matter if someone doesn’t understand after that its up to other
visitors that they will help, so here it happens.
Its such as you learn my mind! You seem to know a lot
approximately this, like you wrote the book in it or something.
I think that you can do with some p.c. to power the message home a bit, however other than that, that is great blog.
An excellent read. I will definitely be back.
What’s up, this weekend is pleasant in favor of me, because this moment i am reading this impressive educational
post here at my residence.
I’m impressed, I have to admit. Rarely do I come across
a blog that’s equally educative and amusing, and without a doubt,
you have hit the nail on the head. The issue is something not enough
men and women are speaking intelligently about. I’m very happy I came across this during my hunt for something concerning
this.
Good way of explaining, and pleasant article to take information regarding my presentation subject
matter, which i am going to deliver in institution of higher education.
This blog was… how do I say it? Relevant!! Finally I’ve found something that helped me.
Kudos!
Appreciate the recommendation. Will try it out.
After I initially left a comment I seem to have clicked
on the -Notify me when new comments are added- checkbox and now each time a comment
is added I recieve four emails with the same comment. Is there an easy method you can remove me from
that service? Cheers!
Pretty section of content. I just stumbled upon your
web site and in accession capital to assert that
I acquire actually enjoyed account your blog
posts. Anyway I will be subscribing to your augment and even I achievement you
access consistently fast.
Hi just wanted to give you a brief heads up and let you know a few of the images aren’t loading properly.
I’m not sure why but I think its a linking issue.
I’ve tried it in two different browsers and both
show the same outcome.
Peculiar article, totally what I needed.
Excellent article. I’m facing some of these issues
as well..
Heya! I just wanted to ask if you ever have any problems with hackers?
My last blog (wordpress) was hacked and I ended up losing many months of hard work due to no back up.
Do you have any methods to prevent hackers?
Very good article. I will be facing a few of these issues as well..
of course like your web site however you have to test the spelling on quite a few of your posts.
Several of them are rife with spelling issues and I find it very troublesome to
inform the reality nevertheless I’ll surely come again again.
Stunning quest there. What happened after? Take care!
I loved as much as you’ll receive carried out right here.
The sketch is tasteful, your authored material stylish.
nonetheless, you command get bought an nervousness over that you wish be delivering the following.
unwell unquestionably come further formerly again since exactly the same nearly a lot often inside case you shield
this hike.
I do not even know the way I stopped up right
here, but I believed this post was once great. I do not realize who
you might be but certainly you’re going to a well-known blogger
if you are not already. Cheers!
I do not know whether it’s just me or if perhaps everybody
else encountering problems with your site. It looks like some of
the text within your posts are running off the screen. Can someone else please comment and let me know if this is happening to them too?
This may be a problem with my browser because I’ve had
this happen before. Cheers
I’ve been browsing online more than 3 hours today, yet I never found any interesting article like yours.
It’s pretty worth enough for me. Personally, if all web owners and bloggers made good content as you did, the net will be
a lot more useful than ever before.
When some one searches for his vital thing, so he/she desires to be available that in detail, therefore that thing
is maintained over here.
Ahaa, its pleasant dialogue regarding this post here at this web site,
I have read all that, so at this time me also commenting
at this place.
Hey very interesting blog!
Great beat ! I would like to apprentice even as you amend your web site,
how could i subscribe for a blog site? The account helped me a appropriate deal.
I were a little bit acquainted of this your broadcast provided brilliant clear
idea
Ahaa, its fastidious discussion regarding this post
at this place at this web site, I have read all that,
so now me also commenting here.
I could not resist commenting. Very well written!
Keep on writing, great job!
Hi there! I just wanted to ask if you ever have any issues with
hackers? My last blog (wordpress) was hacked and
I ended up losing several weeks of hard work due to no back up.
Do you have any solutions to prevent hackers?
I have read so many posts regarding the blogger lovers but this piece of writing
is in fact a pleasant piece of writing, keep it up.
Wow that was strange. I just wrote an very long comment but after I clicked submit my comment didn’t show up.
Grrrr… well I’m not writing all that over again. Anyhow,
just wanted to say fantastic blog!
Post writing is also a excitement, if you be acquainted with afterward you can write otherwise it
is complicated to write.
Very descriptive blog, I liked that bit. Will there be a part
2?
Hey there! This is my first visit to your blog! We are a team of volunteers and starting a new
project in a community in the same niche. Your blog provided us useful information to work on. You have done a marvellous job!