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.
What a material of un-ambiguity and preserveness
of precious knowledge regarding unpredicted emotions.
Howdy just wanted to give you a brief heads up
and let you know a few of the images aren’t loading correctly.
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.
It’s in fact very complex in this full of activity life to listen news on Television,
therefore I only use the web for that purpose, and take the hottest information.
Very good information. Lucky me I recently found your site by chance (stumbleupon).
I’ve bookmarked it for later!
Hmm is anyone else having 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.
Paragraph writing is also a fun, if you know after that
you can write otherwise 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 feedback would be greatly appreciated.
Very nice post. I just stumbled upon your blog and wanted to say that I have truly enjoyed surfing
around your blog posts. After all I’ll be subscribing to your feed
and I hope you write again soon!
Hi there, I enjoy reading through your article.
I wanted to write a little comment to support you.
What’s up, I log on to your blogs like every
week. Your story-telling style is witty, keep it up!
WOW just what I was searching for. Came here by
searching for http://yyjiaoyi.com/home.php?mod=space&uid=81039
Amazing! Its actually remarkable paragraph, I have got much clear idea
on the topic of from this paragraph.
Hi there mates, how is the whole thing, and what you desire
to say about this paragraph, in my view its truly remarkable in favor
of me.
Right here is the perfect site for anyone who wishes to find
out about this topic. You realize a whole lot its almost hard
to argue with you (not that I actually will need to…HaHa).
You definitely put a brand new spin on a subject that’s been discussed for a
long time. Wonderful stuff, just excellent!
Its such as you read my thoughts! You seem to understand so much about this, such as you
wrote the e book in it or something. I think that you simply could do
with a few p.c. to drive the message house a bit,
but instead of that, this is wonderful blog. An excellent
read. I will certainly be back.
I do not even understand how I stopped up right here,
but I thought this put up was great. I don’t know who you are however definitely you’re
going to a famous blogger when you aren’t already.
Cheers!
This is my first time visit at here and i
am in fact impressed to read all at alone place.
Everyone loves what you guys tend to be up too.
Such clever work and exposure! Keep up the fantastic works guys I’ve incorporated you guys to
blogroll.
Fantastic beat ! I wish to apprentice while you amend your web site,
how could i subscribe for a weblog site? The account aided me
a applicable deal. I have been tiny bit familiar of this your broadcast offered bright clear concept
I don’t even know how I finished up here, however I thought this put up used to be great.
I don’t realize who you might be but definitely you are going to a well-known blogger
should you are not already. Cheers!
Hi there, this weekend is good for me, since this point in time i am reading this impressive educational post here at my house.
necessary review. In addition visit this site to educate yourself judi slot
online. All these pages has received conclusion from the situs slot
online game playing challengers in Dalam negeri.
There are actually plenty of eye-catching promos whenever you join at this time.
Attractive 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. Any way I will be subscribing to your
augment and even I achievement you access consistently
fast.
Very rapidly this site will be famous among all blog viewers,
due to it’s pleasant articles
Excellent way of explaining, and good article to take facts about my
presentation focus, which i am going to deliver in university.
Piece of writing writing is also a fun, if you be
acquainted with then you can write if not it is difficult to write.
Nice response in return of this query with solid arguments and explaining all about that.
I like what you guys are usually up too. Such clever work
and exposure! Keep up the superb works guys I’ve you guys to my blogroll.
Hi there would you mind letting me know which webhost you’re working with?
I’ve loaded your blog in 3 different internet browsers and I must
say this blog loads a lot quicker then most. Can you recommend a good internet hosting provider at
a fair price? Cheers, I appreciate it!
Yes! Finally something about situs judi slot online.
What’s up it’s me, I am also visiting this web page regularly,
this web page is actually pleasant and the visitors are in fact sharing pleasant thoughts.
I’d like to find out more? I’d like to find out
some additional information.
This information is worth everyone’s attention.
How can I find out more?
What a information of un-ambiguity and preserveness of precious knowledge concerning unpredicted feelings.
Hi friends, its impressive article about cultureand fully explained, keep it up all the time.
Great article, just what I needed.
Hi, I want to subscribe for this webpage to take most up-to-date updates, so where can i do it please help out.
I read this article completely about the comparison of most up-to-date
and preceding technologies, it’s remarkable article.
Hi Dear, are you in fact visiting this site regularly, if so then you
will without doubt take pleasant know-how.
Hello! This is my first visit to your blog! We are a team of volunteers and starting a new initiative in a community in the same niche.
Your blog provided us useful information to work on. You
have done a outstanding job!
Wow! After all I got a blog from where I be able to actually take helpful data
concerning my study and knowledge.
I do not even know the way I stopped up right here, however I believed this publish was
good. I don’t recognize who you might be but certainly you’re
going to a well-known blogger should you are not already.
Cheers!
Very good information. Lucky me I discovered your blog by chance (stumbleupon).
I have book-marked it for later!
When I initially commented I clicked the “Notify me when new comments are added” checkbox and
now each time a comment is added I get four emails with the same comment.
Is there any way you can remove people from that service?
Bless you!
Howdy just wanted to give you a quick heads up. The words in your article
seem to be running off the screen in Ie. I’m not sure if this
is a format issue or something to do with browser compatibility
but I figured I’d post to let you know. The design and style look great though!
Hope you get the problem solved soon. Cheers
I have been surfing online more than 3 hours these days,
yet I by no means found any attention-grabbing article like yours.
It is lovely price enough for me. In my opinion, if all web owners and bloggers made excellent content material as you probably
did, the net might be much more helpful than ever before.
Heya! I just wanted to ask if you ever have any issues with
hackers? My last blog (wordpress) was hacked and I ended up losing many months of hard work due
to no data backup. Do you have any methods to stop hackers?
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.
Attractive section of content. I just stumbled upon your web site and
in accession capital to assert that I acquire in fact enjoyed account your blog posts.
Anyway I’ll be subscribing to your feeds and even I achievement you access consistently quickly.
Great delivery. Sound arguments. Keep up
the amazing work.