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.

48,273 thoughts on “Contoh Soal Pemrograman – Pola Segitiga Siku-siku

  1. I think that what you said was very reasonable. But, think
    on this, suppose you were to write a awesome title? I am not saying your information isn’t solid, but suppose you added
    a title that makes people want more? I mean Contoh Soal Pemrograman – Pola Segitiga Siku-siku
    – Umar faisol is a little plain. You might glance at Yahoo’s front page and
    see how they write news titles to grab people
    to click. You might add a related video or a picture or two to get readers excited about what you’ve got to say.

    In my opinion, it might make your posts a little livelier.

  2. Magnificent goods from you, man. I have understand your stuff previous to and you’re
    just too great. I really like what you have acquired
    here, certainly like what you are saying and the way in which you say it.
    You make it enjoyable and you still take care of to keep
    it sensible. I can’t wait to read much more from you. This is actually a tremendous site.

  3. Hello there I am so thrilled I found your webpage, I really found you by accident, while I was
    browsing on Bing for something else, Anyhow I am here now
    and would just like to say cheers for a fantastic post and a all round interesting blog (I also love the theme/design), I don’t have time to read through it all at the minute
    but I have saved it and also included your RSS feeds, so when I have time I will be back to read much more, Please do keep
    up the great b.

  4. Hey I know this is off topic but I was wondering if you knew of any widgets I could
    add to my blog that automatically tweet my newest twitter updates.
    I’ve been looking for a plug-in like this for quite some time and was hoping maybe
    you would have some experience with something like this.
    Please let me know if you run into anything. I truly enjoy reading
    your blog and I look forward to your new updates.

  5. Whoa! This blog looks just like my old one!
    It’s on a entirely different subject but it has pretty much the same page layout and design. Outstanding choice
    of colors!

  6. Wow, marvelous blog layout! How long have you been blogging for?
    you made blogging look easy. The overall look of your web site is magnificent, let alone the
    content!

  7. After exploring a few of the articles on your blog,
    I honestly appreciate your technique of writing a blog.
    I saved it to my bookmark website list and will be checking back soon. Please check
    out my website too and let me know your opinion.

  8. Useful info. Fortunate me I discovered your site unintentionally, and I am surprised why this twist of fate did not took place earlier!
    I bookmarked it.

  9. Great article! This is the kind of information that
    are supposed to be shared across the internet. Disgrace on Google for no longer
    positioning this publish higher! Come on over and visit my web site .
    Thank you =)

  10. You really make it seem so easy with your presentation but I find this matter to
    be actually something which I think I would never
    understand. It seems too complex and extremely broad for me.
    I’m looking forward for your next post, I’ll try to get the hang of it!

  11. Hey there are using WordPress for your blog platform? I’m new to the blog world but I’m trying to get started and set up
    my own. Do you need any html coding expertise to make your own blog?
    Any help would be really appreciated!

  12. When I originally commented I clicked the “Notify me when new comments are added” checkbox and now each time a comment is added I get
    several emails with the same comment. Is
    there any way you can remove me from that service?
    Thanks a lot!

  13. Hey, I think your site might be having browser compatibility issues.
    When I look at your website in Opera, it looks fine
    but when opening in Internet Explorer, it has some overlapping.
    I just wanted to give you a quick heads up!
    Other then that, excellent blog!

  14. exciting review. Moreover visit this site to try out game slot
    online. That incredible website has received
    reputation through agen slot deposit pulsa casino persons in Indonesia.
    So there are generally lots of spectacular promos in the
    event you join in these modern times.

  15. Hey there! This post couldn’t be written any better!
    Reading through this post reminds me of my good old
    room mate! He always kept talking about this.
    I will forward this post to him. Fairly certain he will have a good read.
    Thank you for sharing!

  16. Thanks for any other excellent article. Where else could anybody get that kind of information in such
    a perfect manner of writing? I’ve a presentation subsequent week, and I’m on the search for such
    info.

  17. It is really a nice and useful piece of info. I’m satisfied that
    you simply shared this helpful information with us.
    Please stay us informed like this. Thanks for sharing.

  18. Definitely believe that which you stated. Your favorite reason appeared to be
    on the web the simplest thing to be aware of.
    I say to you, I certainly get irked while people
    consider worries that they just don’t know about. You managed
    to hit the nail upon the top as well as defined out the whole thing without having side effect ,
    people can take a signal. Will probably be back to get more.
    Thanks

  19. Oh my goodness! Incredible article dude! Thank you so much, However I am going through issues with your RSS.
    I don’t understand the reason why I can’t join it.
    Is there anybody else getting similar RSS issues? Anyone that knows the answer can you kindly
    respond? Thanks!!

  20. You made some really good points there. I checked on the internet for more information about the issue and found
    most individuals will go along with your views on this website.

  21. Hey There. I found your blog using msn. This is a very well written article.
    I’ll make sure to bookmark it and return to read more of
    your useful info. Thanks for the post. I’ll definitely comeback.

  22. First off I would like to say terrific blog! I had a quick question that I’d like to ask if you don’t
    mind. I was curious to find out how you center yourself and clear your
    thoughts prior to writing. I’ve had difficulty clearing my mind in getting my ideas out.

    I truly do enjoy writing however it just seems like the first 10
    to 15 minutes are usually lost simply just trying to figure out how to begin. Any suggestions or tips?

    Cheers!

  23. Hello to all, how is all, I think every one is getting more from this web site, and your views are good in favor
    of new people.

  24. I am not sure where you’re getting your information, but good topic.

    I needs to spend some time learning much more or understanding more.
    Thanks for fantastic information I was looking for this
    information for my mission.

  25. Does your blog have a contact page? I’m having trouble locating it but, I’d like
    to send you an e-mail. I’ve got some ideas for your blog you
    might be interested in hearing. Either way, great
    blog and I look forward to seeing it improve over time.

Comments are closed.