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’ve 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 website owners and bloggers made good content as you did, the web will be much more useful than ever before.
If you are going for most excellent contents like I do, only visit this site daily
for the reason that it offers quality contents, thanks
Just wish to say your article is as astounding. The clarity for your submit is simply spectacular and that i can assume you are an expert on this
subject. Fine along with your permission let me to grasp your feed to stay up to date with approaching post.
Thanks a million and please continue the enjoyable work.
My developer is trying to persuade me to move to
.net from PHP. I have always disliked the idea because of
the expenses. But he’s tryiong none the less.
I’ve been using Movable-type on a number of websites for about a
year and am worried about switching to another platform.
I have heard very good things about blogengine.net.
Is there a way I can import all my wordpress
posts into it? Any kind of help would be really appreciated!
Howdy just wanted to give you a quick 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 outcome.
Hey There. I found your blog using msn. This is
a really well written article. I’ll be sure to bookmark it and
return to read more of your useful info. Thanks for the post.
I will certainly return.
This info is worth everyone’s attention. When can I find out more?
It’s appropriate time to make some plans for the long
run and it is time to be happy. I have read this post and if
I may just I want to suggest you some interesting issues or tips.
Maybe you can write subsequent articles relating to this article.
I want to learn more things about it!
Hi there Dear, are you truly visiting this website daily, if so after that you will absolutely obtain nice know-how.
I’ve been browsing online more than 3 hours
today, yet I never found any interesting article like yours.
It’s 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.
A fascinating discussion is worth comment. There’s no doubt
that that you ought to publish more on this subject, it may not be a taboo matter
but generally people don’t speak about such issues.
To the next! Kind regards!!
Please let me know if you’re looking for a author for
your weblog. You have some really great posts and I
think I would be a good asset. If you ever want to take some of the load off,
I’d love to write some material for your blog in exchange for a link back to mine.
Please blast me an email if interested. Regards!
You are so awesome! I do not believe I have
read a single thing like that before. So wonderful to find somebody with a few original thoughts on this topic.
Seriously.. many thanks for starting this up. This site is one thing that is needed on the internet, someone with some originality!
Hurrah, that’s what I was seeking for, what a stuff!
existing here at this blog, thanks admin of this web site.
I always spent my half an hour to read this weblog’s content
every day along with a cup of coffee.
I like the valuable info you provide in your articles.
I’ll bookmark your blog and check again here frequently.
I am quite certain I will learn plenty of new
stuff right here! Best of luck for the next!
Aw, this was a really nice post. Taking a few minutes and actual
effort to create a really good article… but what can I
say… I put things off a lot and never seem to get anything done.
I got this website from my friend who informed me regarding
this web page and at the moment this time I am
browsing this web page and reading very informative content at this place.
I have learn a few good stuff here. Certainly price bookmarking for
revisiting. I wonder how a lot effort you set to
make one of these excellent informative website.
Hello, all is going fine here and ofcourse every one is sharing data,
that’s genuinely excellent, keep up writing.
Do you have a spam problem on this blog; I also
am a blogger, and I was curious about your situation; many of us have
developed some nice practices and we are looking to trade strategies with others, be sure to shoot me an e-mail if interested.
Pretty component to content. I simply stumbled
upon your blog and in accession capital to claim that I get actually loved account your weblog posts.
Anyway I’ll be subscribing to your feeds or even I success
you get entry to persistently fast.
Piece of writing writing is also a excitement, if you be
acquainted with afterward you can write otherwise it is complicated to write.
If you are going for most excellent contents like me,
just go to see this web site everyday since it offers feature contents, thanks
It’s very easy to find out any topic on web as compared to textbooks, as I found this article at this
website.
This blog was… how do I say it? Relevant!! Finally I have found something which helped me.
Appreciate it!
Thanks for finally talking about > Contoh Soal Pemrograman – Pola Segitiga Siku-siku – Umar faisol < Loved it!
Hi there would you mind sharing which blog platform you’re
using? I’m looking to start my own blog soon but I’m having a tough time choosing between BlogEngine/Wordpress/B2evolution and Drupal.
The reason I ask is because your design seems different then most blogs and I’m looking
for something unique. P.S Sorry for getting off-topic but I had to ask!
I have learn some just right stuff here. Definitely value bookmarking for revisiting.
I wonder how much effort you place to make one of these magnificent informative web site.
Tremendous things here. I’m very glad to look your
post. Thank you a lot and I’m having a look forward to
touch you. Will you kindly drop me a e-mail?
Thanks for some other informative web site. The place else could I am getting that type of info written in such an ideal method?
I’ve a project that I am just now operating on, and I
have been at the look out for such information.
This article is genuinely a good one it helps new the web
visitors, who are wishing for blogging.
Oh my goodness! Impressive article dude! Thanks, However I am experiencing troubles with your RSS.
I don’t understand why I am unable to subscribe to it.
Is there anybody else getting similar RSS problems? Anybody who
knows the answer can you kindly respond? Thanx!!
This piece of writing gives clear idea for the new users of
blogging, that in fact how to do running a blog.
Hello There. I found your blog using msn. This
is an extremely well written article. I’ll make sure to bookmark it and come
back to read more of your useful information. Thanks for the post.
I will definitely return.
Paragraph writing is also a excitement, if you be familiar with after that you can write
if not it is complicated to write.
Excellent pieces. Keep writing such kind of info on your page.
Im really impressed by your site.
Hello there, You’ve done a great job. I’ll certainly
digg it and in my view suggest to my friends. I’m
confident they’ll be benefited from this website.
I think the admin of this website is genuinely working
hard for his web site, because here every material
is quality based stuff.
It’s in fact very complicated in this full of activity life to listen news on Television,
thus I only use internet for that purpose, and get the most recent
information.
Wow, that’s what I was looking for, what a material!
existing here at this webpage, thanks admin of this web site.
Hi there would you mind letting me know which web host you’re using?
I’ve loaded your blog in 3 different web browsers and I must
say this blog loads a lot quicker then most. Can you suggest a good
internet hosting provider at a fair price? Cheers,
I appreciate it!
I am truly happy to read this blog posts which includes tons of useful information, thanks for providing these data.
I’m not sure where you are getting your information, but good topic.
I needs to spend some time learning much more or understanding more.
Thanks for wonderful info I was looking for this information for my mission.
Have you ever thought about publishing an ebook or guest authoring
on other websites? I have a blog based upon on the same
topics you discuss and would love to have you share some stories/information. I know my subscribers would appreciate your work.
If you are even remotely interested, feel free to send me an e mail.
I am regular reader, how are you everybody? This paragraph posted at this site
is truly nice.
Today, I went to the beach front with my kids. I found a sea shell and gave it to my 4 year old daughter and
said “You can hear the ocean if you put this to your ear.” She placed the shell to her ear
and screamed. There was a hermit crab inside and it
pinched her ear. She never wants to go back! LoL I know this is entirely
off topic but I had to tell someone!
Remarkable issues here. I’m very happy to look your article.
Thank you so much and I am looking forward to contact you.
Will you please drop me a mail?
Spot on with this write-up, I honestly believe that this website needs a lot more attention. I’ll probably be back again to read more, thanks for
the info!
It’s actually a great and helpful piece of info. I am satisfied that you simply shared this useful
information with us. Please keep us informed like this.
Thank you for sharing.
I am genuinely grateful to the owner of this web page who
has shared this impressive paragraph at at this place.