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. An intriguing discussion is worth comment. I do believe that you
    should write more on this issue, it may not be a taboo matter
    but usually people do not speak about these subjects. To the
    next! Cheers!!

  2. Hello are using WordPress for your site platform?
    I’m new to the blog world but I’m trying to get started and
    set up my own. Do you require any html coding knowledge to make
    your own blog? Any help would be greatly appreciated!

  3. Very nice post. I just stumbled upon your weblog and wished to
    say that I’ve truly enjoyed surfing around your blog
    posts. In any case I’ll be subscribing to your feed and I hope you write again soon!

  4. I just like the valuable information you supply in your
    articles. I’ll bookmark your blog and check once more right here
    regularly. I’m moderately certain I’ll be told many new stuff proper here!

    Best of luck for the next!

  5. I read this article fully on the topic of the difference of most recent and earlier technologies, it’s remarkable article.

  6. My spouse and I stumbled over here different web address and thought
    I might check things out. I like what I see so now
    i’m following you. Look forward to going over your web page yet again.

  7. Hi there, I want to subscribe for this weblog to obtain most recent updates, so where can i do it please assist.

  8. I got this site from my pal who told me concerning this web
    site and at the moment this time I am browsing this web site and
    reading very informative posts at this place.

  9. It’s remarkable to visit this web site and
    reading the views of all friends concerning this post, while I am also keen of getting experience.

  10. Hey there just wanted to give you a quick heads up and let
    you know a few of the pictures 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.

  11. Hi there, There’s no doubt that your blog could be having web browser compatibility problems.

    When I take a look at your site in Safari, it looks
    fine but when opening in IE, it has some overlapping issues.
    I merely wanted to provide you with a quick heads up! Other than that,
    wonderful blog!

  12. We are a bunch of volunteers and opening a brand new
    scheme in our community. Your web site provided us
    with helpful info to work on. You have performed a formidable task and our whole community will likely be grateful
    to you.

  13. Have you ever thought about including a little bit more than just
    your articles? I mean, what you say is fundamental and everything.
    Nevertheless imagine if you added some great graphics or video clips to give your posts more, “pop”!
    Your content is excellent but with images and clips, this blog could undeniably be one of the
    greatest in its field. Excellent blog!

  14. Howdy just wanted to give you a quick heads
    up. The text in your content seem to be running off the screen in Firefox.

    I’m not sure if this is a formatting issue or something to do with internet browser compatibility but I thought I’d post to let you know.

    The design look great though! Hope you get the issue fixed
    soon. Kudos

  15. Its like you read my thoughts! You appear to understand so much about
    this, like you wrote the ebook in it or something.
    I believe that you just could do with a few p.c. to
    power the message house a little bit, but other than that,
    that is magnificent blog. An excellent read. I’ll definitely be
    back.

  16. I have learn several just right stuff here. Certainly value bookmarking for
    revisiting. I wonder how much effort you put to make this
    sort of magnificent informative site.

  17. Very rapidly this web page will be famous amid all blogging
    viewers, due to it’s fastidious articles or reviews

  18. Hi, I do believe this is an excellent web site. I stumbledupon it 😉 I will
    come back once again since I bookmarked it.
    Money and freedom is the best way to change, may you be
    rich and continue to guide others.

  19. Aw, this was an incredibly nice post. Taking
    a few minutes and actual effort to generate a good article… but what can I say… I put things
    off a whole lot and never seem to get nearly anything done.

  20. An intriguing discussion is definitely worth comment.
    I do believe that you ought to publish more on this
    issue, it may not be a taboo subject but typically folks don’t discuss these subjects.
    To the next! Cheers!!

  21. Have you ever thought about creating an ebook or guest authoring
    on other blogs? I have a blog based upon on the same ideas you discuss and would love to have you
    share some stories/information. I know my subscribers would value your work.
    If you are even remotely interested, feel free to send me an email.

  22. I’ve learn some just right stuff here. Certainly value
    bookmarking for revisiting. I wonder how much attempt you put to make one of these great informative site.

  23. You can certainly see your skills in the work you write. The sector hopes for
    more passionate writers like you who are not afraid
    to say how they believe. All the time go after your heart.

  24. It’s a shame you don’t have a donate button! I’d most certainly donate to this superb
    blog! I guess for now i’ll settle for bookmarking and adding your RSS feed to my Google account.
    I look forward to new updates and will talk about this blog with my Facebook group.
    Chat soon!

  25. When I initially commented I clicked the “Notify me when new comments are added” checkbox and now each time a comment is added I get four e-mails with the same comment. Is there any way you can remove me from that service? Cheers!|

  26. Article writing is also a fun, if you be familiar with then you can write or else
    it is complicated to write.

  27. Hi there, You have done an incredible job. I will certainly
    digg it and personally recommend to my friends.
    I’m confident they will be benefited from this web site.

  28. What’s up i am kavin, its my first time to commenting anywhere, when i read this
    article i thought i could also make comment due to this brilliant post.

  29. Wow that was strange. I just wrote an incredibly long comment but after I clicked submit my comment didn’t show up.

    Grrrr… well I’m not writing all that over again. Anyways, just wanted to
    say superb blog!

  30. Hi there, 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 advise?
    I get so much lately it’s driving me mad so any help
    is very much appreciated.

  31. It is perfect time to make a few plans for the long run and
    it’s time to be happy. I have read this post and if I may I desire to counsel you some interesting
    things or suggestions. Perhaps you can write next articles referring to this article.

    I desire to learn even more things about it!

Comments are closed.