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. 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 blog when you could
    be giving us something enlightening to read?

  2. Hi there, all the time i used to check web site posts here in the early hours in the morning, for the
    reason that i enjoy to learn more and more.

  3. Hey there! This is kind of off topic but I need some guidance 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 creating my own but I’m not sure where to start.
    Do you have any tips or suggestions? Appreciate it

  4. I just could not leave your web site before suggesting that
    I extremely loved the standard info an individual provide on your guests?
    Is going to be back regularly to inspect new posts

  5. Hello! Do you know if they make any plugins to help with SEO?
    I’m trying to get my blog to rank for some targeted keywords
    but I’m not seeing very good success. If you know of
    any please share. Kudos!

  6. If some one desires expert view about blogging after that i propose him/her to
    go to see this weblog, Keep up the fastidious work.

  7. Right away I am going to do my breakfast, when having
    my breakfast coming over again to read more news.

  8. When some one searches for his vital thing, therefore he/she
    needs to be available that in detail, so that thing is maintained over here.

  9. Wow, amazing blog format! How lengthy have you been blogging for?
    you make running a blog glance easy. The overall look of
    your site is wonderful, let alone the content material!

  10. Does your site have a contact page? I’m having a tough time
    locating it but, I’d like to send you an email.
    I’ve got some suggestions for your blog you might be
    interested in hearing. Either way, great site and I look forward to seeing it improve over
    time.

  11. Hi, I do believe this is a great site. I stumbledupon it 😉
    I am going to return once again since i have saved as a favorite it.
    Money and freedom is the best way to change, may you be rich and continue to
    guide other people.

  12. Hi! I just wanted to ask if you ever have any problems with hackers?
    My last blog (wordpress) was hacked and I ended up losing a few months of hard work due to no back up.
    Do you have any solutions to prevent hackers?

  13. What’s up to all, for the reason that I am truly eager of
    reading this web site’s post to be updated regularly.
    It carries good stuff.

  14. Hello there! This is my first visit to your blog!
    We are a team 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 extraordinary job!

  15. Hi there, after reading this remarkable piece of writing i am
    as well glad to share my familiarity here with colleagues.

  16. My family every time say that I am wasting my time here at net,
    but I know I am getting knowledge all the time by reading such nice
    articles.

  17. I believe that is one of the so much vital info for me. And i’m glad reading your
    article. However wanna statement on few normal things,
    The web site taste is great, the articles is in reality nice :
    D. Just right job, cheers

  18. I don’t even know how I stopped up here, but I believed this put up was once great.
    I don’t understand who you might be but certainly you’re going to a
    well-known blogger if you happen to are not already.

    Cheers!

  19. Great weblog here! Also your site so much up very fast!
    What host are you the usage of? Can I get your associate
    hyperlink on your host? I desire my site loaded up as quickly as
    yours lol

  20. With havin so much content do you ever run into any issues of
    plagorism or copyright infringement? My blog has a lot of unique content I’ve either authored myself or outsourced but it appears a lot of it is
    popping it up all over the internet without
    my permission. Do you know any methods to help stop content from being ripped off?
    I’d certainly appreciate it.

  21. Way cool! Some very valid points! I appreciate you writing this post and also the
    rest of the site is also very good.

  22. Good web site you’ve got here.. It’s difficult to find high-quality writing like yours nowadays.
    I seriously appreciate people like you! Take care!!

  23. Great blog right here! Also your web site rather a lot up fast!
    What web host are you the usage of? Can I get your associate hyperlink to your host?
    I desire my web site loaded up as fast as yours lol

  24. Very rapidly this site will be famous amid all blogging and site-building visitors, due to it’s pleasant articles or reviews

  25. Excellent way of telling, and fastidious paragraph to take
    data about my presentation subject matter, which i am going to convey in school.

  26. I get pleasure from, result in I found exactly what I used to be
    taking a look for. You have ended my four day long hunt!
    God Bless you man. Have a nice day. Bye

  27. Hi there! I just want to give you a big thumbs up for
    your excellent information you’ve got right here on this post.
    I am returning to your blog for more soon.

  28. magnificent points altogether, you simply received a new reader.
    What could you suggest about your post that you made some
    days in the past? Any positive?

  29. I don’t even know how I ended up here, but I thought this post was great.
    I do not know who you are but definitely you’re going to a famous blogger if you aren’t already 😉 Cheers!

  30. Wonderful beat ! I wish to apprentice at the same time
    as you amend your site, how can i subscribe for a weblog web site?
    The account aided me a applicable deal. I have been tiny bit acquainted of this your broadcast offered bright transparent concept

Comments are closed.