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.
Aw, this was an extremely nice post. Taking a few minutes and actual effort
to produce a good article… but what can I say… I procrastinate a lot and don’t seem
to get nearly anything done.
I’m not sure why but this site is loading extremely slow
for me. Is anyone else having this problem or is it a issue
on my end? I’ll check back later and see if the problem still exists.
I couldn’t resist commenting. Very well written!
It’s very simple to find out any topic on web as compared
to textbooks, as I found this piece of writing at this web site.
Keep this going please, great job!
Hello there, You have done a great job. I will certainly digg
it and personally suggest to my friends. I am sure they’ll be benefited from this site.
I visited multiple sites but the audio feature for audio songs
present at this web site is truly wonderful.
Aw, this was an incredibly good post. Taking the time and actual effort to create a very good article… but what can I
say… I procrastinate a whole lot and don’t manage to
get nearly anything done.
Useful information. Fortunate me I found your web site unintentionally, and I’m surprised why this coincidence didn’t happened in advance!
I bookmarked it.
Wow, superb blog layout! How long have you been blogging for?
you make blogging look easy. The overall look of your web
site is great, as well as the content!
Hi, i read your blog occasionally and i own a similar one and i was just curious if you get a lot of
spam remarks? If so how do you reduce it, any
plugin or anything you can recommend? I get so much lately it’s driving me crazy so any help is very much appreciated.
Heya this is kind of 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 expertise so I wanted to get guidance from someone with
experience. Any help would be enormously appreciated!
Great post but I was wondering if you could write a litte more
on this subject? I’d be very grateful if you could elaborate
a little bit further. Kudos!
It’s very trouble-free to find out any matter on net as compared to
books, as I found this post at this web page.
Heya i’m for the first time here. I found this board and I find
It truly helpful & it helped me out a lot. I’m hoping to give one thing back and aid others like you helped me.
Fabulous, what a blog it is! This blog gives valuable facts to us,
keep it up.
Heya i am for the first time here. I found this board and I find
It truly useful & it helped me out a lot. I hope to give something
back and aid others like you helped me.
all the time i used to read smaller articles or
reviews that as well clear their motive, and that is also
happening with this article which I am reading now.
Howdy! I could have sworn I’ve been to this blog before but after going through
some of the posts I realized it’s new to me. Anyhow,
I’m certainly delighted I found it and I’ll be
book-marking it and checking back often!
I am curious to find out what blog platform you’re using?
I’m having some small security problems with
my latest site and I would like to find something more safe.
Do you have any suggestions?
It’s actually very complex in this busy life to listen news on TV, thus I simply
use the web for that purpose, and obtain the most up-to-date
information.
great issues altogether, you simply received a emblem new reader.
What could you suggest about your put up that you just made some days in the past?
Any positive?
Can you tell us more about this? I’d like to find out more details.
I have been surfing on-line greater than 3 hours as of late, but I by no means discovered any fascinating article like yours.
It is lovely price enough for me. Personally, if all site owners and bloggers made excellent
content as you probably did, the internet will probably be a lot more helpful
than ever before.
Hi there, You’ve done an incredible job. I will certainly digg it
and personally recommend to my friends. I’m sure they’ll be benefited
from this site.
Hey there! I’ve been following your weblog for some time now and
finally got the bravery to go ahead and give you a shout out from Humble Texas!
Just wanted to mention keep up the excellent work!
Wow, wonderful blog layout! How long have you been blogging
for? you make blogging look easy. The overall look of your site is wonderful, let alone the content!
Pretty nice post. I just stumbled upon your weblog and wanted to say that I have truly enjoyed surfing around your blog posts.
In any case I will be subscribing to your feed and I hope you write again soon!
Hello, i believe that i noticed you visited my blog thus i came to return the want?.I’m trying to in finding issues to improve my site!I suppose its
ok to use some of your concepts!!
I’m gone to say to my little brother, that he should also pay a quick visit this web site on regular basis
to take updated from most up-to-date news.
I have been surfing online more than 3 hours today,
yet I never found any interesting article like yours. It’s pretty worth enough for
me. In my view, if all webmasters and bloggers made good content as you did, the
internet will be a lot more useful than ever before.
If you want to get much from this paragraph then you have
to apply such strategies to your won webpage.
I’m impressed, I must say. Seldom do I encounter a blog that’s both educative and engaging, and without
a doubt, you’ve hit the nail on the head. The problem is something that too few people are speaking
intelligently about. I’m very happy I came across this
during my hunt for something concerning this.
Article writing is also a fun, if you be familiar with after that you can write or else it is complicated to write.
Hmm is anyone else experiencing problems with the pictures
on this blog loading? I’m trying to find out if its a problem on my end or if it’s the blog.
Any feed-back would be greatly appreciated.
I’ve been surfing online more than three hours today, yet I never found any interesting article like yours.
It is pretty worth enough for me. Personally, if all webmasters and bloggers made good content as you did, the internet will be a lot more useful than ever before.
Hello, i read your blog occasionally and i
own a similar one and i was just wondering if you get a lot of spam responses?
If so how do you stop it, any plugin or anything you can suggest?
I get so much lately it’s driving me insane so any assistance is very much appreciated.
I’m not sure why but this weblog is loading incredibly
slow for me. Is anyone else having this issue or is
it a issue on my end? I’ll check back later on and
see if the problem still exists.
lips
I visited several sites however the audio feature for audio songs current at this web page is
in fact superb.
Magnificent beat ! I would like to apprentice while you amend your web site, how
can i subscribe for a blog web site? The account helped me a acceptable deal.
I had been tiny bit acquainted of this your broadcast offered
bright clear concept
Wow, this paragraph is fastidious, my younger sister is analyzing these things, so I
am going to inform her.
Its such as you learn my thoughts! You appear to know so much approximately this, such as you wrote the e book
in it or something. I think that you simply could do with some percent to
power the message home a bit, however instead of that, that is magnificent blog.
A great read. I’ll definitely be back.
I’m not sjre eⲭactly whyy but this blog is loading incredibⅼy slow
for me. Is anyone else having this proЬlem or is it a
issue on my end? I’ll check back later and see if
the problem still exists. http://jaidensipx162.theglensecret.com/master-agen-sbotop-agen-sbobet-sbobet88-terbaik-8-permasalahan-paling-normal-bersama-masuk-akal
I like the helpful info you provide in your articles.
I’ll bookmark your blog and check again here regularly.
I’m quite sure I’ll learn many new stuff right
here! Best of luck for the next!
What’s up i am kavin, its my first time to
commenting anyplace, when i read this paragraph i thought i could also make comment due to this brilliant piece of writing.
I like the helpful info you provide in your articles.
I will bookmark your blog and check again here regularly.
I’m quite certain I’ll learn a lot of new stuff right here!
Best of luck for the next!
If some one desires to be updated with latest technologies
afterward he must be pay a visit this web site and be up to date everyday.
wonderful submit, very informative. I’m wondering why the other experts
of this sector don’t understand this. You must
continue your writing. I’m sure, you’ve a huge readers’ base already!
I’m impressed, I have to admit. Seldom do I come across a blog
that’s equally educative and amusing, and let me tell you, you have hit the nail on the head.
The problem is something that too few people are speaking intelligently about.
I’m very happy I found this during my search for something relating to this.