Contoh Soal Pemrograman – Pola Segitiga Siku-siku

Pemrograman Python

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 forin.

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.

48,219 thoughts on “Contoh Soal Pemrograman – Pola Segitiga Siku-siku

  1. Hi, Neat post. There’s an issue together with your web site in web explorer, might test this?
    IE nonetheless is the market leader and a large element of people will
    omit your wonderful writing due to this problem.

  2. Link exchange is nothing else but it is just placing the other person’s weblog link on your page at appropriate place and other person will
    also do same in favor of you.

  3. My partner and I absolutely love your blog and find nearly all
    of your post’s to be just what I’m looking for. can you offer guest writers to write content available for you?
    I wouldn’t mind producing a post or elaborating on a few of
    the subjects you write about here. Again, awesome blog!

  4. Heya i’m for the first time here. I came across this
    board and I find It really useful & it helped me out much.
    I hope to give something back and help others like you helped me.

  5. Hi! Do you use Twitter? I’d like to follow you if that would be okay.
    I’m definitely enjoying your blog and look forward to new posts.

  6. This is the right web site for anybody who really wants to find out about this topic.

    You understand so much its almost hard to argue with you (not that I actually would want to…HaHa).
    You definitely put a brand new spin on a topic that has been discussed for a long time.
    Excellent stuff, just excellent!

  7. Hello there! This blog post couldn’t be written any better!
    Looking through this article reminds me of my previous roommate!

    He always kept preaching about this. I will forward this post to him.
    Fairly certain he’s going to have a very good read.
    Thanks for sharing!

  8. Hi there, just became alert to your blog through Google, and
    found that it is truly informative. I’m going to watch out
    for brussels. I will appreciate if you continue this in future.
    Many people will be benefited from your writing.
    Cheers!

  9. Unquestionably consider that which you stated. Your favourite justification appeared
    to be at the internet the easiest factor to have in mind of.
    I say to you, I certainly get annoyed while folks think about worries that they just don’t
    know about. You managed to hit the nail upon the top and defined
    out the entire thing with no need side effect , people could take a
    signal. Will probably be again to get more. Thank you

  10. My brother suggested I might like this blog.
    He was totally right. This post truly made my day. You cann’t imagine just how much time I had spent for this information! Thanks!

  11. I take pleasure in, cause I found exactly what I used to be looking for.
    You have ended my four day lengthy hunt! God Bless you man. Have a great day.

    Bye

  12. Hey There. I found your weblog the usage of msn. This is a very smartly
    written article. I will make sure to bookmark it and return to read more of your useful info.
    Thanks for the post. I will certainly comeback.

  13. Attractive component of content. I just stumbled upon your website and
    in accession capital to assert that I get actually
    loved account your weblog posts. Anyway I will be subscribing for
    your augment or even I success you get admission to
    constantly fast.

  14. My brother recommended I might like this website. He was totally
    right. This post actually made my day. You cann’t imagine just how much time
    I had spent for this information! Thanks!

  15. Hello, i think that i saw you visited my weblog thus i came
    to return the desire?.I’m attempting to to find things to enhance my website!I
    suppose its adequate to make use of some of your ideas!!

  16. Your style is very unique in comparison to other folks I have read stuff
    from. I appreciate you for posting when you have the opportunity, Guess I will just bookmark this blog.

  17. I’m truly enjoying the design and layout of your blog. It’s a
    very easy on the eyes which makes it much more enjoyable for me to
    come here and visit more often. Did you hire out a
    developer to create your theme? Outstanding work!

  18. hi!,I really like your writing so so much! share we communicate extra about your article on AOL?
    I require a specialist in this house to solve my problem.
    May be that is you! Looking forward to look you.

  19. I am really impressed with your writing skills and also with the layout on your weblog.
    Is this a paid theme or did you modify it yourself?
    Either way keep up the excellent quality writing, it’s rare to see a great blog like
    this one these days.

  20. Whoa! This blog looks just like my old one!

    It’s on a totally different topic but it has pretty much the same layout and
    design. Outstanding choice of colors!

  21. Good info. Lucky me I ran across your website by chance (stumbleupon).
    I’ve book marked it for later!

  22. you’re in point of fact a excellent webmaster. The website loading velocity is incredible.
    It kind of feels that you are doing any unique trick. Moreover,
    The contents are masterpiece. you’ve done a
    wonderful process in this matter!

  23. Hmm it appears like your website ate my first comment (it was extremely 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 everything.

    Do you have any tips for beginner blog writers?
    I’d genuinely appreciate it.

  24. My coder is trying to convince me to move to
    .net from PHP. I have always disliked the idea because of
    the costs. But he’s tryiong none the less. I’ve been using WordPress on several websites for about a year
    and am anxious about switching to another platform. I have heard great things about blogengine.net.
    Is there a way I can transfer all my wordpress
    content into it? Any help would be really appreciated!

  25. Spot on with this write-up, I really feel this site needs a great deal more attention. I’ll probably be back again to read through
    more, thanks for the information!

  26. Greate article. Keep posting such kind of information on your
    blog. Im really impressed by your blog.
    Hello there, You have performed an excellent job.
    I will certainly digg it and individually suggest
    to my friends. I am confident they will be benefited
    from this website.

  27. Does your website have a contact page? I’m having trouble locating it but, I’d like to send
    you an e-mail. I’ve got some suggestions for your
    blog you might be interested in hearing. Either way, great
    website and I look forward to seeing it expand over time.

    Stop by my web page; Markus

  28. Very nice post. I just stumbled upon your blog and wanted to
    say that I have truly enjoyed browsing your blog posts.

    After all I’ll be subscribing to your rss feed and I hope
    you write again very soon!

  29. That is very attention-grabbing, You are an excessively professional blogger.

    I have joined your rss feed and sit up for in search of more of your magnificent post.
    Additionally, I have shared your web site in my social networks

  30. Excellent blog here! Also your site loads
    up very fast! What web host are you using? Can I get your affiliate link
    to your host? I wish my web site loaded up as quickly as yours lol

Comments are closed.