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’s Taking place i am new to this, I stumbled upon this I have discovered It positively
useful and it has helped me out loads. I am hoping to
contribute & help different users like its aided me.
Good job.
It’s a shame you don’t have a donate button! I’d without a
doubt donate to this superb blog! I suppose for now i’ll settle for
book-marking 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. Chat soon!
Great beat ! I would like to apprentice while you amend your site, how can i subscribe for a blog site?
The account aided me a acceptable deal. I had been a little bit acquainted of this your
broadcast provided bright clear idea
Hey 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 skills so I wanted
to get advice from someone with experience. Any help would be greatly appreciated!
I like the helpful info you provide in your articles.
I’ll bookmark your blog and check again here frequently.
I’m quite certain I’ll learn plenty of new stuff right here!
Best of luck for the next!
Hey there this is kind of 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 expertise so I wanted
to get advice from someone with experience.
Any help would be enormously appreciated!
Pretty element of content. I simply stumbled upon your web site and
in accession capital to assert that I acquire in fact loved account your
blog posts. Any way I’ll be subscribing to your augment or even I success you get entry to consistently rapidly.
I believe this is among the such a lot vital information for me.
And i’m happy reading your article. But wanna statement on few
normal things, The site style is ideal, the articles is truly excellent : D.
Excellent task, cheers
Right now it seems like Expression Engine is the best blogging
platform available right now. (from what I’ve read)
Is that what you are using on your blog?
Wow, incredible blog layout! How long have you ever been running a blog for?
you made blogging look easy. The whole glance of your site
is excellent, let alone the content material!
What’s Going down i am new to this, I stumbled upon this I have discovered It positively
helpful and it has aided me out loads. I hope to give a contribution & assist other users
like its helped me. Great job.
Appreciate the recommendation. Let me try it out.
Good way of describing, and good piece of writing to take information concerning my
presentation focus, which i am going to present in institution of
higher education.
Hi there, I enjoy reading through your post. I like to write a little comment to support you.
Hi i am kavin, its my first time to commenting anyplace, when i read this paragraph i
thought i could also create comment due to this sensible paragraph.
Now I am going away to do my breakfast, later
than having my breakfast coming over again to read additional news.
Have you ever thought about adding a little bit
more than just your articles? I mean, what you
say is fundamental and all. But just imagine
if you added some great pictures or video clips to give your posts more, “pop”!
Your content is excellent but with images and video clips,
this site could certainly be one of the best in its niche.
Terrific blog!
Highly energetic article, I enjoyed that a lot. Will there be a part 2?
Piece of writing writing is also a fun, if you know after that you can write otherwise it is
difficult to write.
I am curious to find out what blog platform you happen to be working with?
I’m experiencing some minor security issues with my latest blog and I’d like to find
something more safe. Do you have any suggestions?
Link exchange is nothing else but it is just placing the other person’s webpage link on your page at appropriate place and other person will also do similar in favor of
you.
Appreciate the recommendation. Will try it out.
At this time it looks like Movable Type is the top blogging platform out there
right now. (from what I’ve read) Is that what you are using on your blog?
Hi colleagues, its fantastic post on the topic of teachingand entirely defined,
keep it up all the time.
amoxicillin purchase
Your style is unique compared to other folks I’ve read stuff from.
I appreciate you for posting when you have the opportunity,
Guess I’ll just bookmark this site.
What’s up, for all time i used to check blog posts here in the early hours
in the break of day, as i love to learn more and more.
It’s a shame you don’t have a donate button! I’d definitely
donate to this outstanding blog! I guess for now i’ll settle for
book-marking and adding your RSS feed to my Google account.
I look forward to brand new updates and will talk about this site with my Facebook
group. Chat soon!
I simply could not go away your site prior to suggesting that
I actually enjoyed the standard information an individual provide for your visitors?
Is gonna be back incessantly to check out new posts
hi!,I like your writing so much! percentage we be in contact extra approximately your article
on AOL? I require an expert in this space to solve my problem.
Maybe that is you! Taking a look forward to see you.
Great article. I’m experiencing some of these issues as well..
Hello, after reading this amazing article i
am too delighted to share my familiarity here with mates.
Excellent beat ! I wish to apprentice while you amend your site, how could i
subscribe for a blog web site? The account helped
me a acceptable deal. I had been tiny bit acquainted of this your broadcast provided bright clear concept
I constantly emailed this webpage post page to all
my associates, because if like to read it then my contacts will too.
Hi my loved one! I wish to say that this article is amazing, nice written and
come with almost all vital infos. I would like to look extra posts like
this .
No matter if some one searches for his vital thing, thus he/she
wishes to be available that in detail, thus that thing
is maintained over here.
Hi! I just wanted to ask if you ever have any trouble with hackers?
My last blog (wordpress) was hacked and I ended up losing a
few months of hard work due to no data backup. Do you
have any solutions to stop hackers?
Attractive section of content. I just stumbled upon your site and in accession capital to assert that I get in fact enjoyed account your blog posts.
Anyway I’ll be subscribing to your augment and even I achievement you access consistently fast.
Hi there! Someone in my Myspace group shared this site with us so I came
to take a look. I’m definitely loving the information. I’m
bookmarking and will be tweeting this to my followers!
Outstanding blog and outstanding style and design.
Touche. Great arguments. Keep up the amazing spirit.
Hi! Do you know if they make any plugins to assist with SEO?
I’m trying to get my blog to rank for some targeted keywords but I’m not seeing very good success.
If you know of any please share. Appreciate it!
I do not know whether it’s just me or if perhaps everybody else encountering
problems with your blog. It appears like some of the text on your content
are running off the screen. Can someone else please comment and let me
know if this is happening to them as well? This might be a problem with my browser because
I’ve had this happen before. Cheers
Why users still make use of to read news papers when in this technological globe
the whole thing is accessible on web?
I have been surfing online greater than 3
hours these days, yet I by no means found any fascinating article like yours.
It’s lovely worth sufficient for me. In my opinion, if all webmasters and bloggers made just right content material
as you did, the net can be much more helpful than ever before.
I don’t even know how I ended up here, but
I thought this post was good. I do not know who you are but definitely you are going to a famous blogger if you are not already
😉 Cheers!
Great article, exactly what I needed.
What a stuff of un-ambiguity and preserveness of precious knowledge
concerning unpredicted feelings.
Hi there, constantly i used to check blog posts here in the early hours in the
morning, because i love to gain knowledge of more and more.
Hey there! I just wanted to ask if you ever have any issues 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 protect against hackers?
Hey there! I’ve been reading your blog for a long time now and finally got the courage to go ahead
and give you a shout out from Austin Tx! Just wanted to say keep up the excellent
work!