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,215 thoughts on “Contoh Soal Pemrograman – Pola Segitiga Siku-siku

  1. Just wish to say your article is as surprising. The
    clarity in your post is simply cool and i can assume you’re an expert on this subject.
    Well with your permission allow me to grab your feed to keep updated with forthcoming post.

    Thanks a million and please carry on the rewarding work.

  2. I do not know if it’s just me or if everyone else encountering issues
    with your site. It appears like some of the
    written text on your content are running off the screen. Can somebody else please provide feedback and
    let me know if this is happening to them too?

    This might be a problem with my internet browser because I’ve had this happen before.
    Kudos

  3. Wonderful goods from you, man. I’ve understand your
    stuff previous to and you’re just too great. I actually
    like what you have acquired here, really like what you’re stating and the way in which you say it.
    You make it enjoyable and you still care for to keep it wise.
    I cant wait to read far more from you. This is really a great site.

  4. Hi there, this weekend is fastidious in support of me, for the reason that this occasion i am reading this enormous informative piece of
    writing here at my house.

  5. Hey! I know this is somewhat off topic but I was wondering if you
    knew where I could locate a captcha plugin for my comment form?
    I’m using the same blog platform as yours and I’m having difficulty finding one?
    Thanks a lot!

  6. Howdy! I know this is kind of off topic but I was wondering if you knew where I could locate a captcha plugin for my
    comment form? I’m using the same blog platform as yours
    and I’m having difficulty finding one? Thanks a lot!

  7. I think that is among the such a lot important info for me.
    And i am satisfied reading your article. But wanna observation on few normal issues, The web site taste is perfect,
    the articles is truly great : D. Just right process, cheers

  8. Hello! I could have sworn I’ve been to this website before but after browsing through some of
    the post I realized it’s new to me. Nonetheless, I’m definitely delighted I found it and I’ll be book-marking and
    checking back often!

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

  10. Wow, fantastic weblog format! How lengthy have you ever been blogging for?
    you make blogging glance easy. The whole glance of your site is wonderful, as neatly as the content!

  11. We stumbled over here different web page and thought I may as
    well check things out. I like what I see so now i’m following you.
    Look forward to looking at your web page for a second time.

  12. Hmm it looks like your blog ate my first comment (it was
    extremely long) so I guess I’ll just sum it up what I submitted 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 and hints for first-time blog writers?

    I’d certainly appreciate it.

  13. hey there and thank you for your info – I have certainly picked up something new from right here.
    I did however expertise several technical points using this web
    site, as I experienced to reload the website many times previous to I
    could get it to load correctly. I had been wondering if your hosting is OK?
    Not that I am complaining, but sluggish loading instances times will sometimes affect your placement in google and can damage your high
    quality score if ads and marketing with Adwords. Well I am
    adding this RSS to my email and could look out for much more of your respective exciting content.
    Make sure you update this again soon.

  14. Wonderful website. Lots of useful info here. I’m sending it to several pals
    ans additionally sharing in delicious. And certainly, thanks
    on your effort!

  15. Today, while I was at work, my sister stole my iPad and tested
    to see if it can survive a 30 foot drop, just so she can be a youtube sensation. My iPad is now destroyed and she has 83
    views. I know this is entirely off topic but I had
    to share it with someone!

  16. Hi, i think that i saw you visited my web site thus
    i came to “return the favor”.I’m attempting to find things to improve my
    web site!I suppose its ok to use a few of your ideas!!

  17. Hello there! I know this is kinda off topic but I’d figured I’d ask.
    Would you be interested in trading links or maybe guest authoring a
    blog post or vice-versa? My website discusses a lot of the same
    topics as yours and I believe we could greatly benefit from
    each other. If you are interested feel free to send me
    an e-mail. I look forward to hearing from you! Terrific blog by the way!

  18. Thanks for some other excellent post. Where else may just anybody get that kind of info in such an ideal approach of writing?
    I have a presentation next week, and I am on the look for such information.

  19. Wow, awesome blog layout! How long have you been blogging for?
    you made blogging look easy. The overall look of your web site is excellent,
    let alone the content!

  20. Hello there! This is my first visit to your blog!
    We are a collection of volunteers and starting a new initiative in a
    community in the same niche. Your blog provided us beneficial information to work
    on. You have done a wonderful job!

  21. My partner and I stumbled over here different website and thought I
    may as well check things out. I like what I see so now i am following you.
    Look forward to looking into your web page again.

  22. I was curious if you ever thought of 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 two images. Maybe you could space it out better?

  23. A person essentially assist to make seriously articles I’d state.
    This is the first time I frequented your website page and
    thus far? I surprised with the research you made to create this particular put
    up incredible. Magnificent job!

  24. Hi there! Do you use Twitter? I’d like to follow you if that would be ok.
    I’m undoubtedly enjoying your blog and look forward to new updates.

  25. Hello! I could have sworn I’ve been to this web site before but after going through some of the articles I realized it’s new
    to me. Nonetheless, I’m certainly delighted I stumbled upon it and I’ll be bookmarking
    it and checking back often!

Comments are closed.