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.
I do not even know how I stopped up here, but I
assumed this publish was once good. I do not know who you might
be but certainly you are going to a well-known blogger if you are not already.
Cheers!
This site was… how do I say it? Relevant!! Finally I have found something which helped
me. Kudos!
Hello to all, how is all, I think every one is getting more from this web page, and your views are fastidious for new viewers.
Its like you read my mind! You seem to know a lot about this, like you wrote the book in it or
something. I think that you could do with a few pics to drive
the message home a little bit, but other than that, this is great blog.
An excellent read. I’ll definitely be back.
Great article. I am facing a few of these issues as well..
Hello 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 results.
Yesterday, while I was at work, my cousin stole my iphone
and tested to see if it can survive a twenty five foot drop, just so she can be a youtube sensation. My apple ipad is
now broken and she has 83 views. I know this is completely off topic but I had to share it with someone!
Link exchange is nothing else except it is simply placing the other person’s web site link on your page at
appropriate place and other person will also do
similar for you.
Hey there! Do you use Twitter? I’d like to follow you if that would be okay.
I’m undoubtedly enjoying your blog and look forward
to new updates.
Hello to all, the contents present at this web site are in fact
remarkable for people knowledge, well, keep up the nice work fellows.
It’s a shame you don’t have a donate button! I’d definitely donate
to this outstanding 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 share this site with my Facebook group.
Talk soon!
Hi, I do think this is a great web site. I stumbledupon it 😉 I am going to come back yet again since i
have saved as a favorite it. Money and freedom is the best way to change, may you be rich and continue to help other people.
Hi my loved one! I wish to say that this article
is amazing, great written and come with approximately all significant
infos. I’d like to peer extra posts like this .
Hey! I’m at work browsing your blog from my
new apple iphone! Just wanted to say I love reading your blog and look forward to all
your posts! Keep up the great work!
Heya i am for the first time here. I found this board
and I find It truly helpful & it helped me out much. I am hoping to give one thing back and aid others
like you aided me.
If you desire to obtain a great deal from this piece of writing then you have to apply these methods to
your won weblog.
Hello, this weekend is fastidious in support of me, because this moment i am reading this great informative paragraph here at
my home.
Hi! I simply would like to offer you a big thumbs up
for your great information you have got here on this post.
I will be returning to your web site for more soon.
It is appropriate time to make some plans for the long run and it’s time to be
happy. I have learn this submit and if I may I wish to suggest you few fascinating issues
or suggestions. Maybe you could write next articles referring to this article.
I desire to read even more things approximately it!
Good article. I am facing many of these issues as well..
Keep this going please, great job!
whoah this weblog is great i love studying your articles.
Stay up the good work! You understand, many people are hunting round for this info,
you could help them greatly.
I am in fact grateful to the holder of this site who has
shared this fantastic piece of writing at at
this place.
This is very interesting, You’re a very skilled blogger.
I’ve joined your feed and look forward to seeking
more of your great post. Also, I have shared your site in my social networks!
Hello, its pleasant paragraph concerning media print, we all be aware of media is a enormous source of
data.
Aw, this was an extremely nice post. Finding the time and actual effort to
make a great article… but what can I say… I procrastinate a whole lot and don’t manage to get anything done.
Great blog here! Also your site loads up fast! What web host are you using?
Can I get your affiliate link to your host? I wish my web site loaded up as fast as yours lol
Hurrah! In the end I got a blog from where I be capable of truly get useful
data regarding my study and knowledge.
With havin so much content do you ever run into any issues of plagorism or copyright infringement?
My site has a lot of completely unique content I’ve either authored myself or outsourced but it appears
a lot of it is popping it up all over the internet without my permission. Do you know
any ways to help protect against content from being ripped off?
I’d definitely appreciate it.
Howdy are using WordPress for your blog platform?
I’m new to the blog world but I’m trying to get started and
create my own. Do you need any coding expertise to make your own blog?
Any help would be greatly appreciated!
Does your site have a contact page? I’m having a tough time locating
it but, I’d like to send you an email. I’ve got some suggestions for your blog you might be interested in hearing.
Either way, great blog and I look forward to seeing it expand over time.
I am regular visitor, how are you everybody?
This post posted at this web site is actually nice.
The other day, while I was at work, my sister stole my apple ipad and tested to see if it can survive a 25 foot
drop, just so she can be a youtube sensation. My apple ipad is now
destroyed and she has 83 views. I know this is entirely off topic but
I had to share it with someone!
great submit, very informative. I ponder why the opposite experts of this sector don’t realize this.
You should continue your writing. I’m confident, you’ve a great readers’
base already!
Hi there to every body, it’s my first pay a quick
visit of this web site; this webpage includes amazing and actually good material
designed for visitors.
Very energetic article, I loved that bit. Will
there be a part 2?
I’ve read several excellent stuff here. Definitely price bookmarking
for revisiting. I surprise how so much attempt
you put to create the sort of fantastic informative site.
Whats up this is somewhat of off topic but I was wondering if blogs
use WYSIWYG editors or if you have to manually code with HTML.
I’m starting a blog soon but have no coding experience so I wanted
to get advice from someone with experience. Any help would be greatly appreciated!
Hi, i think that i saw you visited my blog so i came to “return the favor”.I’m attempting
to find things to enhance my site!I suppose its ok to
use a few of your ideas!!
This page certainly has all of the info I needed concerning this subject and didn’t know who to ask.
Fine way of explaining, and fastidious article to take facts on the topic of my presentation subject matter, which i
am going to deliver in university.
I every time spent my half an hour to read this web site’s articles everyday along with a mug of coffee.
Howdy! I could have sworn I’ve been to this site before but
after reading through some of the post I realized it’s new
to me. Anyways, I’m definitely delighted I found it and I’ll be bookmarking and checking
back often!
Hey there, I think your blog 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, amazing blog!
Link exchange is nothing else however it is only placing the other person’s weblog
link on your page at proper place and other person will also
do similar in favor of you.
I am actually grateful to the holder of this web page
who has shared this great paragraph at here.
I have been surfing online more than 2 hours today, yet I never found any interesting article like yours.
It’s pretty worth enough for me. In my opinion, if all web owners and bloggers made good content as you did,
the net will be a lot more useful than ever before.
Attractive section of content. I just stumbled upon your blog and in accession capital to assert
that I get actually enjoyed account your blog posts.
Any way I will be subscribing to your feeds and even I achievement
you access consistently quickly.
Hi there, everything is going nicely here and ofcourse every one
is sharing information, that’s actually fine,
keep up writing.
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 stop it,
any plugin or anything you can advise? I get so much lately it’s driving me mad so any
assistance is very much appreciated.