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. You’ve made some good points there. I checked on the internet for more info about the issue and found most individuals will go along
    with your views on this website.

  2. Hey there! I understand this is sort of off-topic but I had to ask.
    Does building a well-established website like yours require
    a lot of work? I’m brand new to blogging but I do write
    in my diary on a daily basis. I’d like to start a blog so I will be able
    to share my own experience and views online. Please let me
    know if you have any recommendations or tips for new aspiring blog owners.
    Appreciate it!

  3. Thank you a bunch for sharing this with all people you
    actually recognize what you are talking about! Bookmarked.

    Please additionally discuss with my website =). We could have a link change arrangement between us

  4. Yesterday, while I was at work, my sister stole my iPad 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 broken and she has 83 views.
    I know this is totally off topic but I had to share it with someone!

  5. We stumbled over here by a different web address and
    thought I might as well check things out. I like what I see so i am just following you.
    Look forward to looking over your web page yet
    again.

  6. I know this if off topic but I’m looking into starting my own weblog and was wondering what all is needed to get setup?
    I’m assuming having a blog like yours would cost
    a pretty penny? I’m not very web savvy so I’m not 100% positive.

    Any recommendations or advice would be greatly appreciated.
    Cheers

  7. I’m not sure where you’re getting your info, but great topic.

    I needs to spend some time learning much more or understanding more.

    Thanks for fantastic information I was looking for this information for my mission.

  8. Wow, fantastic blog layout! How long have you been blogging for?
    you made blogging look easy. The overall look of your
    website is magnificent, as well as the content!

  9. I think this is among the most significant information for me.
    And i’m glad reading your article. But should remark
    on few general things, The website style is perfect, the articles is really excellent : D.
    Good job, cheers

  10. Excellent blog here! Also your website loads up fast!

    What web host are you using? Can I get your affiliate link to
    your host? I wish my site loaded up as fast as yours lol

  11. Attractive portion of content. I just stumbled
    upon your blog and in accession capital to say that I acquire in fact enjoyed account your weblog posts.

    Any way I will be subscribing for your augment or even I
    achievement you get entry to persistently rapidly.

  12. I do not even know the way I finished up here, but I thought
    this publish used to be good. I do not understand who you’re but certainly you’re going to a famous blogger
    in case you aren’t already. Cheers!

  13. After I originally commented I seem to have clicked the -Notify me
    when new comments are added- checkbox and from now on every time a
    comment is added I get four emails with the same comment.
    There has to be an easy method you can remove me from that service?

    Cheers!

  14. I know this web page gives quality dependent articles or reviews and extra information, is there any other site which presents these kinds of
    information in quality?

  15. certainly like your web-site however you need to take a look at the
    spelling on quite a few of your posts. A number of them are rife with spelling
    problems and I find it very bothersome to tell the truth on the
    other hand I will certainly come again again.

  16. Thanks for finally talking about > Contoh Soal Pemrograman – Pola
    Segitiga Siku-siku – Umar faisol < Liked it!

  17. Everyone loves what you guys tend to be up too. Such clever work and exposure!

    Keep up the terrific works guys I’ve added you guys to my personal blogroll.

  18. Pretty component to content. I simply stumbled upon your site and in accession capital to say that I get actually loved account your weblog posts.

    Any way I’ll be subscribing to your augment and even I success you get entry to persistently fast.

  19. You’re so interesting! I don’t think I’ve read
    through anything like this before. So good to find somebody with original thoughts on this issue.
    Seriously.. thanks for starting this up. This website
    is one thing that is required on the web, someone
    with some originality!

  20. 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 some pics to drive the message home a bit, but other than that, this is great blog.
    An excellent read. I will definitely be back.

  21. Hiya! I know this is kinda off topic however I’d figured I’d ask.
    Would you be interested in exchanging links or maybe guest authoring a blog post or vice-versa?
    My blog discusses a lot of the same topics as yours and
    I feel we could greatly benefit from each other. If
    you’re interested feel free to shoot me an email.
    I look forward to hearing from you! Superb blog by the way!

  22. Greate pieces. Keep posting such kind of information on your site.
    Im really impressed by it.
    Hey there, You have done an excellent job. I will definitely digg it and in my view suggest
    to my friends. I’m confident they will be benefited from this website.

  23. You ought to be a part of a contest for one of the finest blogs on the
    net. I most certainly will highly recommend this site!

  24. Greetings! I know this is somewhat off topic but I was wondering which blog platform are you using for this site?
    I’m getting tired of WordPress because I’ve had issues
    with hackers and I’m looking at options for another
    platform. I would be fantastic if you could point me in the
    direction of a good platform.

  25. I was curious if you ever thought of changing the page layout of your website?
    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?

  26. I was wondering if you ever considered changing the layout 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 2 images. Maybe you could space it out better?

  27. Attractive element of content. I simply
    stumbled upon your blog and in accession capital to assert that I acquire
    in fact enjoyed account your weblog posts. Any way I’ll be
    subscribing in your augment or even I achievement you get entry
    to consistently fast.

  28. If you would like to improve your knowledge only keep visiting this website and be updated with
    the latest gossip posted here.

  29. Thanks for another magnificent article. Where else may just anyone get that type
    of info in such a perfect manner of writing? I’ve a presentation next week, and I’m at the look
    for such information.

  30. I was very happy to find this site. I wanted to thank you for
    your time for this fantastic read!! I definitely enjoyed every little bit of
    it and i also have you book-marked to see new information on your site.

  31. Greetings I am so glad I found your website, I really found you
    by mistake, while I was searching on Bing for something else, Nonetheless I am here now
    and would just like to say many thanks for a marvelous post and a all round entertaining blog (I also love the theme/design),
    I don’t have time to read it all at the minute but I have saved
    it and also added in your RSS feeds, so when I have time I will
    be back to read much more, Please do keep up the excellent job. http://ciaalis2u.com/

  32. Hey there! I’m at work browsing your blog from my new iphone 4!
    Just wanted to say I love reading your blog and look forward to all your
    posts! Keep up the fantastic work!

  33. Hey! I know this is kind of off topic but I was wondering
    which blog platform are you using for this site?
    I’m getting fed up of WordPress because I’ve had issues with hackers and I’m looking at options for another platform.
    I would be fantastic if you could point me in the direction of a good platform.

Comments are closed.