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.
We are a group of volunteers and opening a new scheme in our community.
Your site offered us with valuable information to work on.
You’ve done an impressive job and our whole community will be grateful to you.
I’ve read some just right stuff here. Definitely worth bookmarking for revisiting.
I surprise how so much effort you put to create one of these great informative site.
Now I am going to do my breakfast, once having my breakfast coming over again to read further news.
Excellent way of telling, and fastidious article to get
data concerning my presentation topic, which i
am going to present in institution of higher education.
When I initially commented I seem to have clicked on the -Notify me when new
comments are added- checkbox and now whenever a comment is added I get
4 emails with the exact same comment. Is there a way you
can remove me from that service? Cheers!
Hello! I’ve been reading your weblog for some time now and finally got the bravery to go ahead and give you
a shout out from Kingwood Tx! Just wanted to say keep up the excellent job!
Howdy, i read your blog from time to time and i own a similar one and i was just curious if you
get a lot of spam comments? If so how do you protect against
it, any plugin or anything you can suggest? I get so much lately it’s driving me insane
so any help is very much appreciated.
Yes! Finally something about http://www.inventables.com.
Hi, just wanted to say, I loved this post. It was helpful.
Keep on posting!
Its like you read my mind! You appear to know so much about
this, like you wrote the book in it or something. I think that you could do
with some pics to drive the message home a bit, but other than that, this is
wonderful blog. An excellent read. I will certainly be back.
Ahaa, its good conversation on the topic of this paragraph at this place at this web site,
I have read all that, so at this time me also commenting at this place.
This is very interesting, You are a very skilled blogger.
I have joined your rss feed and look forward to seeking more of
your magnificent post. Also, I have shared your web site in my social networks!
Hello mates, how is all, and what you want to say regarding this
paragraph, in my view its in fact remarkable in favor of me.
Hi! I just wanted to ask if you ever have any
problems with hackers? My last blog (wordpress) was hacked and I ended up losing
months of hard work due to no backup. Do you have any methods
to prevent hackers?
Excellent blog right here! Additionally your site rather a lot up fast!
What web host are you using? Can I am getting your associate link for your
host? I wish my site loaded up as quickly as yours lol
Incredible quest there. What happened after?
Good luck!
I constantly emailed this weblog post page to all my friends, because
if like to read it then my contacts will too.
I used to be able to find good information from your content.
Hi there i am kavin, its my first occasion to commenting anywhere, when i read this post
i thought i could also create comment due to this sensible post.
What’s up, after reading this remarkable article i am
also glad to share my knowledge here with friends.
Hey just wanted to give you a quick heads up.
The text in your post seem to be running off the screen in Internet explorer.
I’m not sure if this is a formatting issue or something to do with internet browser compatibility but I figured I’d post to let you
know. The layout look great though! Hope you get the issue fixed soon.
Cheers
A fascinating discussion is definitely worth comment.
I think that you ought to write more about this topic, it may not be a taboo matter but typically people do not discuss such topics.
To the next! Best wishes!!
Hi there everyone, it’s my first go to see at this web site, and paragraph
is in fact fruitful in support of me, keep up posting such posts.
My partner and I stumbled over here coming from a different web address and thought I might
check things out. I like what I see so now i’m following you.
Look forward to going over your web page repeatedly.
It’s actually very complicated in this busy life to listen news on TV, so I
simply use internet for that purpose, and obtain the latest news.
I like what you guys are usually up too. This sort of clever work and exposure!
Keep up the wonderful works guys I’ve incorporated you guys to my personal blogroll.
Appreciate this post. Let me try it out.
When I originally commented I clicked the “Notify me when new comments are added”
checkbox and now each time a comment is added I get four e-mails with the
same comment. Is there any way you can remove people from that service?
Cheers!
It’s impressive that you are getting ideas from this paragraph as well as from our argument made here.
Write more, thats all I have to say. Literally, it seems as though you relied
on the video to make your point. You obviously know what youre talking about, why throw away your intelligence on just posting videos
to your blog when you could be giving us something informative to read?
Incredible! This blog looks exactly like my old one!
It’s on a entirely different subject but it has pretty much the same page layout and design. Excellent choice of colors!
I for all time emailed this blog post page to all my contacts,
for the reason that if like to read it next my contacts will too.
Greetings from California! I’m bored to death at work so I decided
to check out your site on my iphone during lunch break.
I enjoy the info you present here and can’t wait to take a
look when I get home. I’m amazed at how fast your blog loaded
on my cell phone .. I’m not even using WIFI, just 3G ..
Anyhow, wonderful site!
Attractive section of content. I just stumbled upon your site
and in accession capital to assert that I get
actually enjoyed account your blog posts. Any way I’ll be subscribing to your augment and
even I achievement you access consistently quickly.
When I originally commented I seem to have 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.
Perhaps there is a way you can remove me from that
service? Appreciate it!
I am regular visitor, how are you everybody?
This paragraph posted at this web page is truly pleasant.
We are a gaggle of volunteers and starting a new scheme in our community.
Your site offered us with valuable information to work
on. You have performed an impressive task and our whole
community will be grateful to you.
I was curious if you ever considered changing the structure of
your blog? Its very well written; I love what youve got to say.
But maybe you could a little more in the way of content so people could
connect with it better. Youve got an awful lot of text for only having 1 or two images.
Maybe you could space it out better?
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 iPad is now destroyed and she has
83 views. I know this is entirely off topic but I had to share
it with someone!
At least 120 persons have died in an earthquake in central Italy…
Visit mmy webpage – 우리카지노 계열
I have been browsing online more than three hours today, yet I never found any interesting article like yours.
It’s pretty worth enough for me. In my opinion, if all site
owners and bloggers made good content as you did, the web will
be a lot more useful than ever before.
Very good article. I will be facing a few of these issues as
well..
I am curious to find out what blog platform you’re working with?
I’m experiencing some small security problems with my latest blog and I would like to find something
more safeguarded. Do you have any recommendations?
My family every time say that I am wasting my time here
at net, however I know I am getting knowledge everyday
by reading thes pleasant articles or reviews.
Excellent site you have here.. It’s difficult to find quality writing
like yours these days. I truly appreciate individuals
like you! Take care!!
Have you ever considered writing an e-book or guest authoring
on other blogs? I have a blog based on the same information you discuss and would love to have you share some stories/information. I know my
viewers would appreciate your work. If you are even remotely interested, feel free to send me an e-mail.
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 bit, but other than that, this is excellent blog.
A great read. I’ll certainly be back.
I’ve been surfing on-line more than 3 hours today, yet I by no means found any interesting article like
yours. It’s pretty worth enough for me. Personally, if all site owners and bloggers made just right content material as you did, the net will be much more helpful than ever before.
This is my first time go to see at here and i am actually
happy to read everthing at alone place.
WOW just what I was searching for. Came here by searching for ask.fm