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.
It’s appropriate time to make some plans for the future and it’s time to be happy.
I’ve read this post and if I could I want to suggest you some interesting things
or advice. Perhaps you can write next articles referring to this article.
I wish to read even more things about it!
Fastidious answer back in return of this issue with genuine
arguments and describing the whole thing on the topic of that.
erythromycin online erythromycin drops
What i do not realize is in truth how you’re no
longer really much more neatly-appreciated than you may
be right now. You’re very intelligent. You realize therefore considerably in the case of
this matter, made me for my part consider it from so many varied angles.
Its like women and men don’t seem to be interested except it’s something to accomplish with Lady gaga!
Your individual stuffs outstanding. At all times take care of it
up!
modafinil 200mg pills
order provigil 100mg order provigil 200mg for sale provigil cost
Way cool! Some very valid points! I appreciate you writing this article and also the rest of the
site is also very good.
http://erythromycinn.com/# erythromycin medication
http://erythromycin1m.com/# is erythromycin a penicillin
Thank you men very good post
Very nice post. I just stumbled upon your blog and wanted to say that I’ve truly enjoyed browsing your blog posts.
After all I’ll be subscribing to your rss feed
and I hope you write again very soon!
http://erythromycinn.com/# erythromycin ophthalmic ointment for cats
Informative article, totally what I needed.
I visit daily a few web pages and sites to read content, but this blog presents quality based writing.
Thank you for the good writeup. It in fact was a amusement account it.
Look advanced to more added agreeable from you!
However, how could we communicate?