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.
Hey would you mind sharing which blog platform you’re
working with? I’m looking to start my own blog soon but I’m having a difficult time
selecting between BlogEngine/Wordpress/B2evolution and Drupal.
The reason I ask is because your design and style seems different
then most blogs and I’m looking for something unique.
P.S Apologies for being off-topic but I had to ask!
Hmm it looks like your website ate my first comment (it was super long) so I guess I’ll
just sum it up what I had written and say, I’m thoroughly enjoying your blog.
I as well am an aspiring blog blogger but I’m still
new to the whole thing. Do you have any suggestions for
rookie blog writers? I’d definitely appreciate it.
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!
I do trust all the ideas you have introduced to your post.
They’re very convincing and will certainly work. Still, the posts are very
brief for beginners. May you please extend them a bit from subsequent time?
Thank you for the post.
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.
Undeniably imagine that that you said. Your favourite justification appeared to
be at the internet the simplest factor to consider of.
I say to you, I certainly get annoyed at the same time as folks think
about worries that they plainly do not recognize about.
You managed to hit the nail upon the top and outlined out the whole thing with no
need side-effects , people could take a signal.
Will likely be again to get more. Thanks
I am in fact grateful to the holder of this site who has
shared this fantastic piece of writing at at
this place.
It’s nearly impossible to find knowledgeable
people in this particular topic, but you sound like you know what you’re
talking about! Thanks
Its like you read my mind! You seem to know so much about
this, like you wrote the book in it or something.
I think that you can do with a few pics to drive the
message home a bit, but other than that, this is magnificent blog.
A great read. I will certainly be back.
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!
Wonderful blog! I found it while surfing around on Yahoo News.
Do you have any tips on how to get listed in Yahoo News?
I’ve been trying for a while but I never seem to get there!
Many thanks
Thanks to my father who informed me about this weblog, this webpage is
actually awesome.
Hello, its pleasant paragraph concerning media print, we all be aware of media is a enormous source of
data.
I need to to thank you for this very good read!! I absolutely enjoyed every bit of it.
I’ve got you book-marked to look at new things you post…
I need to to thank you for this good read!! I absolutely loved
every little bit of it. I’ve got you book-marked to check out new things you post…
Hello friends, how is the whole thing, and what you want to say on the
topic of this paragraph, in my view its really awesome
in favor of me.
I visited multiple sites but the audio quality for audio songs current at this web page is really superb.
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.
Every weekend i used to pay a quick visit this site, because i
want enjoyment, for the reason that this this website conations
actually good funny information too.
Greetings! Very helpful advice within this article!
It is the little changes which will make the most important changes.
Many thanks for sharing!
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!
This paragraph offers clear idea designed for the new visitors of blogging, that truly how to do running a
blog.
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
It’s the best time to make a few plans for the longer term and
it’s time to be happy. I have learn this post and if I could I desire to
counsel you some interesting things or tips. Perhaps you
could write next articles regarding this article.
I wish to read more issues about it!
Hello there I am so delighted I found your blog
page, I really found you by accident, while I was researching on Askjeeve for something else, Nonetheless I am
here now and would just like to say thanks a lot for a marvelous post and a all
round thrilling blog (I also love the theme/design), I don’t have
time to go through it all at the moment but I have bookmarked it and also added in your RSS feeds, so when I
have time I will be back to read a lot more, Please do keep
up the excellent jo.
Hurrah! In the end I got a blog from where I be capable of truly get useful
data regarding my study and knowledge.
you are really a good webmaster. The web site loading
speed is incredible. It kind of feels that you’re doing
any distinctive trick. Also, The contents are masterwork.
you have performed a wonderful task on this topic!
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.
Hey would you mind sharing which blog platform you’re working with?
I’m looking to start my own blog soon but I’m having a difficult
time selecting 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 completely
unique. P.S Apologies for being
off-topic but I had to ask!
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.
darknet market lists darknet markets [url=https://onlinedarknetlinks.com/ ]tor market [/url]
Howdy would you mind stating which blog platform you’re using?
I’m going to start my own blog soon but I’m having a hard time deciding 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 My apologies for
being off-topic but I had to ask!
Greetings! Very helpful advice in this particular article!
It is the little changes that will make the most important changes.
Thanks a lot for sharing!
I am regular visitor, how are you everybody?
This post posted at this web site is actually nice.
Aw, this was a really nice post. Taking a few minutes and actual effort to generate a really good article… but what can I say… I put things off a whole lot and never seem to get anything done.
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!
It’s hard to find well-informed people on this subject, however, you seem like you know what you’re talking about!
Thanks
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.
Thank you for the good writeup. It in fact was
once a entertainment account it. Look complicated to more added agreeable from you!
By the way, how could we keep in touch?
When someone writes an piece of writing he/she maintains the idea of a user in his/her brain that how a user can know it.
Thus that’s why this piece of writing is amazing.
Thanks!
Your style is unique in comparison to other folks I’ve read stuff from.
Thanks for posting when you’ve got the opportunity, Guess
I will just bookmark this blog.
Hello, Neat post. There’s a problem together with your website in internet explorer, may test this?
IE still is the market chief and a good section of people will pass over your great
writing due to this problem.
Very energetic article, I loved that bit. Will
there be a part 2?
It’s really a great and useful piece of information. I’m
happy that you simply shared this helpful
information with us. Please stay us up to date like this.
Thank you for sharing.
Have you ever considered about including a little bit more than just your articles?
I mean, what you say is valuable and everything. Nevertheless imagine if you added some great photos or videos to give your posts more, “pop”!
Your content is excellent but with pics and clips, this blog could undeniably
be one of the greatest in its field. Awesome
blog!
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.