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. Hi there! I could have sworn I’ve been to this blog before but after browsing through some of the post I realized it’s
    new to me. Nonetheless, I’m definitely happy I found it and I’ll
    be bookmarking and checking back frequently!

  2. Undeniably imagine that which you said. Your favourite justification appeared to be on the
    net the easiest thing to take note of. I say to
    you, I definitely get irked at the same time as people think about concerns that they just don’t recognise about.
    You managed to hit the nail upon the top and defined out the entire thing
    without having side-effects , folks can take a signal. Will probably be
    back to get more. Thanks

  3. Hiya! Quick question that’s entirely off topic. Do
    you know how to make your site mobile friendly? My site looks weird when viewing from my iphone.
    I’m trying to find a template or plugin that might be able to
    resolve this issue. If you have any recommendations, please share.

    Many thanks!

  4. Simply wish to say your article is as surprising. The clearness in your put up is simply nice and that
    i could think you are knowledgeable in this subject. Well along with
    your permission allow me to clutch your feed to keep up
    to date with imminent post. Thanks 1,000,000 and
    please keep up the enjoyable work.

  5. Do you have a spam problem on this blog; I also
    am a blogger, and I was curious about your situation; we have developed some nice practices and we are looking to exchange strategies with other folks, be sure to shoot
    me an email if interested.

  6. An impressive share! I have just forwarded this onto
    a co-worker who has been doing a little research on this.
    And he in fact ordered me dinner simply because I discovered
    it for him… lol. So let me reword this…. Thanks for the meal!!
    But yeah, thanks for spending some time to talk about this matter here on your blog.

  7. Thanks a bunch for sharing this with all of us you actually recognise what you are talking approximately!
    Bookmarked. Kindly additionally talk over with my site =).
    We will have a link trade contract between us

  8. Write more, thats all I have to say. Literally, it seems as though you relied on the video to make your point.
    You clearly know what youre talking about, why throw
    away your intelligence on just posting videos to your site when you could be giving us
    something enlightening to read?

  9. It’s a shame you don’t have a donate button! I’d most certainly donate to
    this superb blog! I guess for now i’ll settle for bookmarking and adding your RSS feed
    to my Google account. I look forward to new updates
    and will share this website with my Facebook group.
    Talk soon!

  10. Wow, awesome blog layout! How lengthy have you been blogging for?
    you make blogging look easy. The total glance of your site is fantastic, as smartly as
    the content!

  11. Thanks a bunch for sharing this with all people you actually recognise
    what you are talking about! Bookmarked. Please additionally talk over with
    my website =). We may have a hyperlink exchange arrangement among
    us

  12. It’s the best time to make some plans for the long run and it
    is time to be happy. I have learn this put up and if I may just
    I want to suggest you few fascinating things or tips.
    Perhaps you could write subsequent articles regarding this article.
    I desire to learn more issues approximately it!

  13. Hi there! Quick question that’s entirely off topic. Do you know how to make your
    site mobile friendly? My website looks weird when browsing from my iphone 4.
    I’m trying to find a template or plugin that might be able
    to correct this problem. If you have any recommendations,
    please share. With thanks!

  14. What i don’t understood is in truth how you are now not really a lot more neatly-appreciated than you might be now.
    You are so intelligent. You know therefore considerably relating to this matter, produced me for my part imagine it from so many varied
    angles. Its like women and men are not involved until it’s one thing to do with Lady gaga!
    Your own stuffs nice. At all times take care of it up!

  15. I have been browsing online more than three hours today, yet
    I never found any interesting article like yours. It’s pretty worth enough for
    me. Personally, if all website owners and bloggers made good content as you did,
    the net will be much more useful than ever before.

  16. After I originally left a comment I seem to have clicked on the -Notify me when new comments are added- checkbox and from now on every time
    a comment is added I recieve 4 emails with the same comment.
    Perhaps there is a way you can remove me from that service?
    Kudos!

  17. Hi 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 marvellous job!

  18. We are a group of volunteers and opening a brand new scheme in our community.

    Your website provided us with helpful information to work on.
    You have done an impressive process and our whole neighborhood will likely be thankful to you.

  19. Whoa! This blog looks exactly like my old one! It’s on a completely different subject but it has pretty much the same layout
    and design. Great choice of colors!

  20. Fantastic beat ! I would like to apprentice while you amend your web site, how
    can i subscribe for a blog web site? The account aided me a
    acceptable deal. I had been a little bit acquainted of this
    your broadcast offered bright clear idea

  21. Hi there very cool website!! Man .. Excellent ..
    Amazing .. I will bookmark your website and take the feeds also?
    I’m glad to seek out so many helpful information here within the post, we want develop extra
    strategies in this regard, thank you for sharing. .
    . . . .

  22. An interesting discussion is worth comment. There’s no doubt that that you should write more on this subject, it might not be a taboo subject but usually folks don’t talk about these subjects.
    To the next! Many thanks!!

Comments are closed.