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. Hey! I’m at work surfing around your blog from my new apple
    iphone! Just wanted to say I love reading through your blog and look forward to all your posts!
    Keep up the outstanding work!

  2. I simply couldn’t leave your site before suggesting that I
    actually loved the usual information an individual provide for your visitors?
    Is going to be again regularly to investigate
    cross-check new posts

  3. Every weekend i used to go to see this web page, because i wish for enjoyment, for the reason that this this web
    page conations actually pleasant funny data too.

  4. Currently it sounds like BlogEngine is the best blogging
    platform available right now. (from what I’ve read) Is that what you are using on your blog?

  5. 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 throw away your intelligence on just posting videos to
    your site when you could be giving us something informative to read?

  6. I was curious if you ever thought of changing the
    structure of your site? 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 one
    or two pictures. Maybe you could space it out better?

  7. Good day! 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 fast.
    I’m thinking about setting up my own but I’m not sure where
    to start. Do you have any tips or suggestions?
    Cheers

  8. I’m gone to tell my little brother, that he should also pay a quick
    visit this webpage on regular basis to obtain updated from hottest information.

  9. Good site you’ve got here.. It’s difficult to find good quality writing like yours nowadays.

    I truly appreciate individuals like you! Take care!!

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

  11. Hi there! I just wanted to ask if you ever have any issues 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 protect against hackers?

  12. Hi! I could have sworn I’ve been to this site
    before but after reading 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 often!

  13. It is perfect time to make a few plans for the long run and it is time to be happy.
    I have learn this put up and if I may I want to counsel you few fascinating things or tips.
    Perhaps you could write next articles regarding this article.
    I wish to read even more things about it!

  14. Pretty section of content. I just stumbled upon your site
    and in accession capital to assert that I get actually enjoyed account your blog posts.
    Anyway I’ll be subscribing to your feeds and even I achievement you access consistently rapidly.

  15. If some one needs to be updated with hottest technologies therefore he must be pay a visit this site and be up to date daily.

  16. With havin so much content do you ever run into any problems of plagorism or copyright violation? My blog has a lot of unique content I’ve either written myself or outsourced but it seems a lot of it is popping it up all over the
    web without my agreement. Do you know any techniques to help protect against content from
    being ripped off? I’d truly appreciate it.

  17. I have been browsing online more than 3 hours today, but I by no means found any attention-grabbing article
    like yours. It’s lovely price enough for me. Personally, if all site owners and bloggers
    made excellent content as you did, the internet might be a lot more helpful than ever before.

  18. Hey! I just wanted to ask if you ever have any issues with hackers?
    My last blog (wordpress) was hacked and I ended up losing months of hard work due to no backup.
    Do you have any solutions to protect against hackers?

  19. I read this post completely regarding the difference of most up-to-date and
    preceding technologies, it’s remarkable article.

  20. Wow that was strange. I just wrote an very long comment but after I clicked submit my comment didn’t appear.
    Grrrr… well I’m not writing all that over again. Anyways, just wanted to say fantastic blog!

  21. Hi there! Someone in my Facebook group shared this site
    with us so I came to look it over. I’m definitely loving the information.
    I’m book-marking and will be tweeting this to my followers!
    Wonderful blog and terrific design and style.

  22. I am extremely impressed with your writing skills as
    well as with the layout on your blog. Is this a paid theme or did you customize it yourself?
    Anyway keep up the nice quality writing, it is rare to see a great blog
    like this one nowadays.

  23. We stumbled over here different web address and thought I might check
    things out. I like what I see so i am just following you. Look forward to exploring your web page again.

  24. Hi just wanted to give you a brief 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.

  25. I loved as much as you’ll receive carried out right
    here. The sketch is tasteful, your authored material stylish.
    nonetheless, you command get got 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 increase.

  26. Heya i am for the first time here. I found this board and
    I find It truly useful & it helped me out much.

    I hope to give something back and aid others like you aided me.

Comments are closed.