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 remarkable to pay a quick visit this web page and reading the views of all colleagues
concerning this paragraph, while I am also eager of getting know-how.
When some one searches for his required thing, thus he/she needs to be available that in detail, thus that thing is maintained over here.
What’s up, I log on to your blog daily. Your writing style
is witty, keep up the good work!
Whats up this is somewhat of off topic but I was wanting to know if blogs use WYSIWYG editors or if you have to manually code with HTML.
I’m starting a blog soon but have no coding expertise so I
wanted to get guidance from someone with experience. Any help would be enormously appreciated!
I’m extremely impressed with your writing skills as well as
with the layout on your blog. Is this a paid theme or did you customize it yourself?
Anyway keep up the nice quality writing, it’s rare to see a great blog like this one these days.
each time i used to read smaller posts that as well clear their
motive, and that is also happening with this paragraph which I am reading at this time.
Because the admin of this web page is working, no uncertainty very rapidly it
will be well-known, due to its quality contents.
Write more, thats all I have to say. Literally, it seems as though
you relied on the video to make your point. You definitely
know what youre talking about, why throw away your intelligence on just posting videos to your site when you
could be giving us something informative to read?
Ahaa, its pleasant discussion on the topic of this piece of writing at this place at this weblog, I have read all that, so now me also commenting here.
Hmm is anyone else having problems with the images on this blog loading?
I’m trying to find out if its a problem on my end or if it’s the blog.
Any feed-back would be greatly appreciated.
Whats up this is kinda of off topic but I was wanting to know if blogs use WYSIWYG editors or if
you have to manually code with HTML. I’m starting a blog soon but have no coding skills so
I wanted to get advice from someone with experience.
Any help would be greatly appreciated!
Hello there! Do you know if they make any plugins to protect against hackers?
I’m kinda paranoid about losing everything I’ve worked hard on.
Any recommendations?
I like what you guys tend to be up too. Such clever
work and exposure! Keep up the wonderful works guys I’ve
you guys to blogroll.
Saved as a favorite, I love your site!
Excellent blog right here! Also your web site lots up very fast!
What web host are you the usage of? Can I get your associate link to your host?
I want my web site loaded up as quickly as yours lol
Hi there, I enjoy reading through your article.
I like to write a little comment to support you.
Hello 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 guidance from someone
with experience. Any help would be enormously appreciated!
At this time it sounds like Drupal is the top blogging platform available right now.
(from what I’ve read) Is that what you’re using
on your blog?
Hi! I simply want to offer you a huge thumbs up for your excellent info you’ve got here on this post.
I am returning to your blog for more soon.
Today, I went to the beachfront 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 totally off topic but I had
to tell someone!
I’m extremely impressed with your writing skills and also with the layout
on your weblog. Is this a paid theme or did you modify it yourself?
Anyway keep up the excellent quality writing, it’s rare to see a great blog
like this one these days.
hi!,I love your writing so much! percentage we keep up a correspondence extra approximately your post on AOL?
I need an expert on this area to resolve my problem.
May be that’s you! Taking a look forward to peer you.
Way cool! Some extremely valid points! I appreciate you penning this write-up and
also the rest of the site is extremely good.
It’s an remarkable post for all the web visitors; they will get benefit from it
I am sure.
Its like you read my mind! You appear to know a lot about
this, like you wrote the book in it or something. I think that
you can do with some pics to drive the message home a
bit, but instead of that, this is wonderful blog. A great
read. I will certainly be back.
Yes! Finally someone writes about http://www.pcb.its.dot.gov.
I am extremely impressed together with your writing skills
as neatly as with the structure in your blog. Is that this a
paid subject matter or did you customize it your self?
Either way stay up the excellent high quality writing, it is rare to peer a great blog like this one these days..
Have you ever considered about including a little bit more
than just your articles? I mean, what you say is valuable and all.
Nevertheless imagine if you added some great images or videos to give your posts more, “pop”!
Your content is excellent but with images and video clips, this site
could definitely be one of the very best in its niche. Superb blog!
I’ve read several excellent stuff here. Certainly value bookmarking for revisiting.
I wonder how much effort you put to make this kind of magnificent informative site.
Hello my friend! I want to say that this post is amazing,
nice written and include approximately all vital infos. I would like to see more posts like this .
magnificent issues altogether, you simply gained a new reader.
What could you suggest in regards to your submit that you just made some days
ago? Any positive?
At this time I am going to do my breakfast, once having my breakfast coming again to read more news.
Write more, thats all I have to say. Literally, it seems as though you relied on the video to make
your point. You definitely know what youre talking about, why
waste your intelligence on just posting videos to
your weblog when you could be giving us something informative to read?
I enjoy what you guys are usually up too. Such
clever work and coverage! Keep up the terrific works guys I’ve you
guys to my own blogroll.
We are a group of volunteers and opening a new scheme in our community.
Your web site offered us with valuable information to work on. You’ve done an impressive job and our entire
community will be grateful to you.
What’s Taking place i am new to this, I stumbled upon this I have found It
positively helpful and it has helped me out
loads. I am hoping to give a contribution & aid other customers like its aided me.
Great job.
Write more, thats all I have to say. Literally,
it seems as though you relied on the video to
make your point. You definitely know what youre talking about, why throw
away your intelligence on just posting videos to your site when you could be giving us something
enlightening to read?
I enjoy what you guys are usually up too. This type of clever work and exposure!
Keep up the wonderful works guys I’ve added you guys to
blogroll.
Having read this I thought it was extremely enlightening.
I appreciate you spending some time and energy to put this informative article together.
I once again find myself personally spending a significant amount of time
both reading and posting comments. But so what, it was still worth it!
Today, I went to the beach with my children. 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!
Hi, the whole thing is going nicely here and ofcourse every one is sharing information, that’s
in fact excellent, keep up writing.
Hi mates, its fantastic paragraph about cultureand entirely defined, keep it up all the time.
Excellent article. I’m going through many of these issues as well..
Wow, superb blog layout! How long have you ever been running a
blog for? you make blogging glance easy. The full glance of your site is wonderful, as
smartly as the content material!
I go to see daily some web pages and blogs to read content, except this
blog offers quality based writing.
Quality articles or reviews is the crucial to attract the people to go to
see the web page, that’s what this web page is providing.
I all the time emailed this web site post page to all
my friends, since if like to read it after that my links will too.
intriguing review. Additionally visit the actual site to utilize agen slot pulsa.
This great site has received reputation by agen slot deposit pulsa
internet casino patients in Dalam negeri. Right now there are
generally a great deal of beautiful promos if you happen to join at the moment.
I have read so many articles or reviews on the topic of the blogger lovers except this
post is in fact a pleasant piece of writing, keep it up.
Hi! I just want to offer you a huge thumbs up
for your great information you have got here on this post.
I’ll be returning to your site for more soon.