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.

17,247 thoughts on “Contoh Soal Pemrograman – Pola Segitiga Siku-siku

  1. Article writing is also a excitement, if you be acquainted with after
    that you can write or else it is complex to write.

  2. Appreciating the commitment you put into your site and detailed information you offer.

    It’s great to come across a blog every once
    in a while that isn’t the same unwanted rehashed information.
    Fantastic read! I’ve bookmarked your site and I’m including
    your RSS feeds to my Google account.

  3. Its like you read my mind! You appear to know a lot about this, like you wrote the book in it
    or something. I think that you could do with a few pics
    to drive the message home a little bit, but other than that, this is magnificent blog.
    A fantastic read. I’ll certainly be back.

  4. Hey there! I’ve been following your blog for a long time
    now and finally got the bravery to go ahead and
    give you a shout out from Dallas Tx! Just wanted to tell you keep up the fantastic work!

  5. What’s up, everything is going perfectly here and ofcourse every one is sharing information, that’s in fact good, keep up writing.

  6. Have you ever considered about including a little bit more than just your articles?
    I mean, what you say is valuable and everything.
    However just imagine if you added some great photos or videos to give your
    posts more, “pop”! Your content is excellent but with pics
    and video clips, this blog could certainly be one of the very best in its
    niche. Terrific blog!

  7. Someone essentially help to make significantly posts
    I would state. This is the very first time I
    frequented your web page and to this point?
    I amazed with the research you made to make this particular submit extraordinary.

    Wonderful job!

  8. It’s fantastic that you are getting thoughts from
    this article as well as from our discussion made at this time.

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

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

  11. It’s remarkable to pay a quick visit this web page
    and reading the views of all mates about this paragraph,
    while I am also keen of getting experience.

  12. Heya i’m for the first time here. I came across this board and I find It truly useful
    & it helped me out a lot. I’m hoping to offer something back and aid others such as
    you helped me.

  13. Hi there! Do you know if they make any plugins to assist with Search Engine
    Optimization? I’m trying to get my blog to rank for some targeted
    keywords but I’m not seeing very good gains. If you
    know of any please share. Kudos!

  14. I’m not sure why but this blog is loading extremely slow for me.
    Is anyone else having this issue or is it a problem on my end?
    I’ll check back later on and see if the problem still exists.

  15. Wow, this piece of writing is good, my younger sister is analyzing these things,
    thus I am going to inform her.

  16. attractive review. Additionally visit that will
    site that is played slot deposit pulsa. Wonderful web site has received unloathness coming
    from judi slot online wagering associates in Dalam
    negri. Right now there are usually many eye catching promos if you
    ever join recently.

  17. I do not even understand how I stopped up right here,
    however I assumed this publish was great. I don’t know who you
    are but definitely you are going to a famous blogger in case you aren’t already.
    Cheers!

  18. Appreciating the persistence you put into your blog and in depth information you offer.
    It’s great to come across a blog every once in a while that
    isn’t the same out of date rehashed material. Great read! I’ve bookmarked your site and I’m including your RSS
    feeds to my Google account.

  19. Howdy just wanted to give you a quick heads up.
    The text in your content seem to be running off the screen in Chrome.
    I’m not sure if this is a format issue or something to do with
    browser compatibility but I thought I’d post to let
    you know. The design and style look great though! Hope you get the issue solved soon. Cheers

  20. Hi! I could have sworn I’ve been to this site before
    but after browsing through many of the posts I realized
    it’s new to me. Anyways, I’m definitely delighted
    I found it and I’ll be bookmarking it and checking back often!

  21. I’m amazed, I have to admit. Rarely do I come across a blog
    that’s both equally educative and amusing, and without a doubt,
    you have hit the nail on the head. The problem is an issue that too few men and women are speaking
    intelligently about. Now i’m very happy I came across this in my search for something relating to this.

  22. Hello there! This is kind of off topic but I need some advice from an established blog.
    Is it hard to set up your own blog? I’m not very
    techincal but I can figure things out pretty quick.
    I’m thinking about making my own but I’m not sure where to begin. Do you have any points or suggestions?
    Appreciate it

  23. Hey there! I just wanted to ask if you ever have any problems with hackers?
    My last blog (wordpress) was hacked and I ended up losing several weeks of hard work due
    to no data backup. Do you have any solutions to prevent hackers?

  24. 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?

  25. I got this site from my pal who shared with me on the topic
    of this web page and now this time I am
    visiting this web site and reading very informative
    articles or reviews at this time.

  26. Pretty portion of content. I simply stumbled upon your blog and in accession capital to claim that I
    acquire in fact loved account your blog posts. Any way I’ll be subscribing on your feeds or even I success
    you get admission to constantly quickly.

  27. Pretty section of content. I just stumbled upon your weblog and
    in accession capital to assert that I get actually enjoyed account your
    blog posts. Any way I’ll be subscribing to your feeds and
    even I achievement you access consistently quickly.

  28. This is very interesting, You are a very skilled blogger.
    I have joined your feed and look forward to seeking more of your magnificent post.

    Also, I have shared your site in my social networks!

Comments are closed.