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.

16,631 thoughts on “Contoh Soal Pemrograman – Pola Segitiga Siku-siku

  1. of course like your web site however you have to take a look
    at the spelling on several of your posts. A number of them are rife with spelling
    problems and I in finding it very bothersome to inform the reality however I’ll certainly come again again.

  2. Howdy, i read your blog occasionally and i
    own a similar one and i was just wondering if you
    get a lot of spam remarks? If so how do you stop it, any plugin or anything you can recommend?
    I get so much lately it’s driving me insane so any help is very much appreciated.

  3. What’s Happening i’m new to this, I stumbled upon this I have discovered It absolutely helpful and it has helped me out
    loads. I am hoping to contribute & help other customers like its
    aided me. Great job.

  4. The other day, while I was at work, my sister stole my iPad and
    tested to see if it can survive a thirty foot drop, just so she
    can be a youtube sensation. My apple ipad is now destroyed and she has
    83 views. I know this is completely off topic but I
    had to share it with someone!

  5. Heya i am for the primary time here. I came across this board and I to find It
    truly helpful & it helped me out much. I hope to offer one thing again and help others
    like you helped me.

  6. I like the helpful information you provide in your articles.
    I will bookmark your blog and check again here frequently.
    I’m quite sure I’ll learn lots of new stuff right here!
    Best of luck for the next!

  7. Today, I went to the beach 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 completely off topic but
    I had to tell someone!

  8. Hello, i read your blog occasionally and i own a similar one and i was just wondering if you get a lot of spam feedback?
    If so how do you protect against it, any plugin or anything you
    can suggest? I get so much lately it’s driving me mad
    so any help is very much appreciated.

  9. I have read some excellent stuff here. Definitely price bookmarking for revisiting.
    I surprise how so much effort you put to make any such magnificent informative site.

  10. Pretty component of content. I just stumbled upon your web site and in accession capital
    to assert that I acquire actually enjoyed account your weblog posts.
    Anyway I will be subscribing in your feeds and even I achievement you get admission to
    persistently quickly.

  11. each time i used to read smaller articles or
    reviews which as well clear their motive, and that is also happening with
    this article which I am reading at this place.

  12. When I initially left a comment I appear to have clicked
    the -Notify me when new comments are added- checkbox
    and from now on whenever a comment is added I recieve 4 emails with the same comment.
    Is there a way you are able to remove me from that service?
    Cheers!

  13. excellent issues altogether, you simply received a emblem new reader.
    What could you recommend about your put up that you just made a few days ago?
    Any sure?

  14. Heya i am for the first time here. I came across this board
    and I to find It truly helpful & it helped me out a lot.
    I hope to offer one thing again and aid others like you helped
    me.

  15. I’m gone to convey my little brother, that he should also pay
    a quick visit this webpage on regular basis to get updated from hottest news update.

  16. I have been browsing online more than 3 hours today, yet I never found any interesting article like yours.

    It is pretty worth enough for me. In my view, if all
    web owners and bloggers made good content as you did, the internet will be
    much more useful than ever before.

  17. Superb blog! Do you have any recommendations for aspiring writers?

    I’m planning to start my own blog soon but I’m a little lost on everything.
    Would you recommend starting with a free platform like WordPress or
    go for a paid option? There are so many options out there that I’m completely overwhelmed ..

    Any recommendations? Appreciate it!

  18. I truly love your blog.. Excellent colors & theme.
    Did you make this site yourself? Please reply back as I’m trying
    to create my own blog and would love to learn where you got this from or what the theme is
    named. Appreciate it!

  19. you are in reality a just right webmaster. The web site loading
    speed is amazing. It kind of feels that you’re doing
    any unique trick. Furthermore, The contents are masterpiece.
    you have done a great job on this subject!

  20. I’m truly enjoying the design and layout of your site. It’s a very
    easy on the eyes which makes it much more pleasant for me
    to come here and visit more often. Did you hire out
    a developer to create your theme? Exceptional work!

  21. Its like you read my mind! You seem to know a lot about this, like you wrote the book in it or something.

    I think that you can do with a few pics to drive the message home a little bit, but other than that, this is fantastic blog.
    A great read. I will definitely be back.

  22. Hello, i think that i saw you visited my site so i came to “return the favor”.I
    am attempting to find things to enhance my site!I suppose its ok to use some of your ideas!!

  23. Hi there! I know this is kinda off topic however I’d figured I’d ask.
    Would you be interested in exchanging links or maybe guest writing a blog
    post or vice-versa? My site discusses a lot of the same subjects as
    yours and I feel we could greatly benefit from each other.
    If you happen to be interested feel free to shoot me an e-mail.
    I look forward to hearing from you! Wonderful blog by the way!

  24. I like the helpful info you provide in your articles.
    I’ll bookmark your weblog and check again here frequently.
    I am quite certain I will learn many new stuff right here!
    Good luck for the next!

Comments are closed.