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. Hello! 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 backup. Do you have any solutions to protect against hackers?

  2. A person necessarily lend a hand to make seriously posts I’d state.
    This is the first time I frequented your web page and to this
    point? I amazed with the research you made to make this actual publish extraordinary.
    Fantastic process!

  3. Do you mind if I quote a couple of your articles as long as I provide credit
    and sources back to your blog? My blog site is in the
    exact same area of interest as yours and my
    visitors would definitely benefit from a lot of
    the information you provide here. Please let me know if this alright with you.

    Appreciate it!

  4. I think that is among the so much important info for me.
    And i am satisfied reading your article. However
    want to remark on few common things, The site taste is
    wonderful, the articles is actually excellent : D. Just right process, cheers

  5. interesting review. Also visit all of our site to understand judi slot.
    That url has received recognition by using game slot internet casino adversaries in Dalam negri.
    There tend to be loads of exciting promos since you
    also join right now.

  6. Excellent blog here! Also your site loads up very fast!

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

  7. Today, I went to the beachfront with my children. I found a sea shell and gave it
    to my 4 year old daughter and said “You can hear the ocean if you put this to your ear.” She
    placed the shell to her ear and screamed.
    There was a hermit crab inside and it pinched her ear. She never wants
    to go back! LoL I know this is entirely off topic but I had to tell someone!

  8. Heya just wanted to give you a quick heads up and let
    you know a few of the images aren’t loading correctly. I’m not
    sure why but I think its a linking issue. I’ve tried it in two different browsers and both show the same results.

  9. important review. Likewise visit my very own site that is certainly played out slot.
    This web site has received prognosis having slot deposit
    pulsa playing men and women in Dalam negeri. Right now there are actually lots of thrilling promos in case you join at this
    time.

  10. Wow, amazing blog structure! How long have you ever
    been running a blog for? you make running a blog glance easy.
    The full glance of your web site is wonderful, let alone the
    content material!

  11. Hi there i am kavin, its my first occasion to commenting anyplace, when i read this piece of writing i thought i could
    also make comment due to this good article.

  12. Hi! Someone in my Myspace group shared this site with us so I came to give it a look.
    I’m definitely enjoying the information. I’m book-marking and will be tweeting this to my followers!
    Exceptional blog and excellent design.

  13. I’ve been browsing online more than 3 hours today, yet
    I never found any interesting article like yours. It is pretty worth enough for me.
    Personally, if all web owners and bloggers made good content as you did, the web will be a
    lot more useful than ever before.

  14. I’m curious to find out what blog system you have been utilizing?
    I’m having some minor security problems with my latest site and I would like
    to find something more risk-free. Do you have any
    recommendations?

  15. I’m extremely impressed along with your writing skills as smartly as with the format on your blog.
    Is this a paid subject or did you modify it your
    self? Either way stay up the excellent high quality
    writing, it’s rare to peer a great weblog like this one
    these days..

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

  17. Hello i am kavin, its my first occasion to commenting anyplace,
    when i read this piece of writing i thought i could also make comment due to this good
    piece of writing.

  18. Hi there just wanted to give you a quick heads up. The text in your article seem to be running off the screen in Opera. I’m not sure if this is a formatting issue or something to do with browser compatibility but I figured I’d post to let you know. The design look great though! Hope you get the issue fixed soon. Cheers|

  19. whoah this weblog is fantastic i love reading your posts.
    Keep up the great work! You realize, lots of individuals
    are hunting round for this info, you can help them greatly.

  20. Right now it sounds like Expression Engine is the best blogging platform available right now.

    (from what I’ve read) Is that what you’re using on your blog?

  21. I got this web site from my friend who informed me on the topic
    of this site and at the moment this time I am browsing
    this web site and reading very informative articles or reviews at this place.

  22. I loved as much as you will receive carried out right here.
    The sketch is tasteful, your authored subject matter stylish.
    nonetheless, you command get bought an shakiness over that you wish be
    delivering the following. unwell unquestionably come further formerly again since exactly
    the same nearly very often inside case you shield this hike.

  23. Its like you learn my thoughts! You appear to grasp a lot about this, like you wrote the guide in it or
    something. I believe that you could do with some % to pressure the message house a little bit, however other than that, this
    is excellent blog. A fantastic read. I will definitely be back.

  24. Hello there! I simply wish to offer you a
    big thumbs up for the great information you’ve got here on this
    post. I am coming back to your web site for more soon.

  25. It’s a pity you don’t have a donate button! I’d without a doubt donate to this fantastic blog!
    I suppose for now i’ll settle for book-marking and adding your
    RSS feed to my Google account. I look forward to brand new updates and will talk about
    this site with my Facebook group. Talk soon!

  26. stimulating review. Also visit my site to test out agen slot pulsa.
    That web-site has received detectors from slot online gaming individuals in Negara sendiri.
    Presently there are a few wonderful promos if however , you join right
    this moment.

Comments are closed.