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.
Wow! This blog looks exactly like my old one! It’s on a totally different subject but it has pretty much the same page
layout and design. Great choice of colors!
Hi, just wanted to tell you, I enjoyed this article.
It was practical. Keep on posting!
This page certainly has all of the info I needed
about this subject and didn’t know who to ask.
fantastic issues altogether, you simply gained a logo new reader.
What could you recommend in regards to your publish that you made a few days in the past?
Any positive?
If some one wants expert view regarding blogging afterward i recommend him/her to visit this weblog, Keep up the nice work.
I’ve been browsing online more than three hours today, but I never found any interesting
article like yours. It’s beautiful worth enough for me.
Personally, if all web owners and bloggers made excellent content as you did, the internet will
likely be a lot more helpful than ever before.
Saved as a favorite, I love your web site!
Very good article. I will be facing a few of these issues
as well..
Hello, just wanted to mention, I loved this post.
It was inspiring. Keep on posting!
Asking questions are in fact pleasant thing if you are not understanding
anything completely, however this article gives pleasant understanding yet.
I’m gone to convey my little brother, that he should also pay a visit this webpage on regular
basis to get updated from hottest news.
If you wish for to improve your know-how only keep visiting this web site and be updated with the most
recent news update posted here.
Appreciate the recommendation. Will try it out.
No matter if some one searches for his essential thing, therefore he/she needs to
be available that in detail, therefore that thing is maintained over here.
At this time I am going to do my breakfast, when having my breakfast coming again to read further news.
Hi, I believe your web site may be having browser compatibility problems.
Whenever I take a look at your web site in Safari, it looks fine however, if opening in I.E., it’s
got some overlapping issues. I merely wanted to provide you with a quick heads up!
Aside from that, wonderful blog!
fantastic issues altogether, you just gained a new reader.
What would you recommend about your submit that you
simply made some days in the past? Any sure?
If you wish for to increase your know-how simply keep visiting this site and be updated with the most up-to-date news update posted here.
Yesterday, while I was at work, my cousin stole my apple ipad and
tested to see if it can survive a 30 foot drop, just so she can be
a youtube sensation. My iPad is now broken and she has 83
views. I know this is totally off topic but I had to share
it with someone!
This page truly has all the information and facts I needed
concerning this subject and didn’t know who to ask.
I’m not sure exactly why but this blog is loading very slow for me.
Is anyone else having this problem or is it a issue on my end?
I’ll check back later on and see if the problem still exists.
Fastidious answers in return of this difficulty with real arguments and telling everything concerning that.
This post is worth everyone’s attention. How can I find
out more?
Attractive component to content. I simply stumbled upon your web site and in accession capital to say that I get in fact loved account your blog posts.
Any way I’ll be subscribing on your feeds and even I success you get right
of entry to constantly rapidly.
I have read so many posts concerning the blogger lovers but this article is truly a
pleasant paragraph, keep it up.
Hi there, I enjoy reading all of your article. I wanted
to write a little comment to support you.
bookmarked!!, I love your web site!
Its such as you learn my mind! You seem to grasp
a lot approximately this, like you wrote the ebook in it or something.
I think that you can do with a few percent to drive the message house a bit, but
other than that, this is fantastic blog. A great read.
I’ll definitely be back.
I loved as much as you will receive carried out right here.
The sketch is attractive, your authored subject matter stylish.
nonetheless, you command get got an nervousness
over that you wish be delivering the following.
unwell unquestionably come further formerly again as exactly the same nearly very often inside case
you shield this hike.
It’s a shame you don’t have a donate button! I’d certainly donate to this fantastic blog!
I suppose for now i’ll settle for bookmarking and adding your RSS
feed to my Google account. I look forward to brand new updates and will
talk about this site with my Facebook group. Talk soon!
What a data of un-ambiguity and preserveness of valuable know-how concerning unexpected emotions.
I am actually grateful to the holder of this web site who has shared this fantastic article at at this
time.
Hey very interesting blog!
Greetings from Idaho! I’m bored to death at work so I decided to browse
your site on my iphone during lunch break.
I love the knowledge you provide here and can’t wait to take
a look when I get home. I’m amazed at how quick your blog loaded on my phone ..
I’m not even using WIFI, just 3G .. Anyways, superb blog!
I am extremely impressed with your writing skills as well as with the layout on your weblog.
Is this a paid theme or did you customize it yourself? Anyway keep up the nice
quality writing, it is rare to see a nice blog like this one nowadays.
Wow, this article is nice, my younger sister is analyzing these things, therefore I am going to convey her.
I was wondering if you ever considered changing the structure of your site?
Its very well written; I love what youve got to say.
But maybe you could a little more in the way of content so people could connect with it better.
Youve got an awful lot of text for only having 1 or two images.
Maybe you could space it out better?
There is definately a great deal to learn about this subject.
I love all of the points you have made.
Howdy! This is kind of off topic but I need some
guidance from an established blog. Is it difficult to set up your own blog?
I’m not very techincal but I can figure things out pretty fast.
I’m thinking about making my own but I’m not sure where to begin. Do
you have any ideas or suggestions? Appreciate it
If you would like to get a good deal from this piece of writing then you have to apply such techniques
to your won blog.
Very good information. Lucky me I recently found your blog by chance (stumbleupon).
I’ve book-marked it for later!
Hiya! I know this is kinda off topic however , I’d figured I’d ask.
Would you be interested in exchanging links or maybe guest
authoring a blog post or vice-versa? My site addresses a lot of the same topics as yours
and I believe we could greatly benefit from each other.
If you’re interested feel free to send me an e-mail. I look forward to hearing from
you! Excellent blog by the way!
I don’t even know the way I ended up right here, however I
thought this publish was once good. I don’t recognize who you might be however certainly you’re
going to a well-known blogger should you aren’t already.
Cheers!
Hello! Do you know if they make any plugins to protect against hackers?
I’m kinda paranoid about losing everything I’ve worked hard on. Any suggestions?
What’s up, its good article concerning media print, we all understand media is a enormous source of information.
I love it when people get together and share ideas.
Great site, stick with it!
Hey, I think your site might be having browser compatibility issues.
When I look at your blog in Ie, it looks fine but when opening
in Internet Explorer, it has some overlapping. I just
wanted to give you a quick heads up! Other then that, wonderful blog!
Excellent post. I’m dealing with many of these issues as well..
Hi there, I enjoy reading through your post.
I like to write a little comment to support you.
Good site you have got here.. It’s hard to find
high-quality writing like yours these days. I honestly appreciate
individuals like you! Take care!!