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,277 thoughts on “Contoh Soal Pemrograman – Pola Segitiga Siku-siku

  1. My partner and I stumbled over here from a different website and thought I may as well check things out.

    I like what I see so now i’m following you. Look forward to looking into your web page repeatedly.

  2. Howdy very cool web site!! Guy .. Beautiful ..

    Wonderful .. I will bookmark your site and take the feeds also?
    I am satisfied to search out numerous helpful info right here
    in the publish, we’d like develop extra techniques on this regard, thanks
    for sharing. . . . . .

  3. I have been surfing on-line greater than three hours lately, yet I never found any interesting
    article like yours. It is beautiful worth sufficient for me.
    In my view, if all website owners and bloggers made just right content material as you did, the net will likely be a
    lot more useful than ever before.

  4. Pretty nice post. I simply stumbled upon your weblog and
    wished to mention that I’ve truly enjoyed browsing your weblog posts.
    In any case I will be subscribing on your rss feed and I hope you write again soon!

  5. Great goods from you, man. I have understand your stuff previous to and you’re just
    extremely magnificent. I really like what you’ve acquired
    here, really like what you’re saying and the way in which you say it.
    You make it enjoyable and you still take care of to keep it smart.
    I can not wait to read much more from you. This is really
    a great site.

  6. Hello! This is my first comment here so I just wanted to give a quick
    shout out and say I really enjoy reading through your articles.
    Can you suggest any other blogs/websites/forums that cover the same
    topics? Thanks for your time!

  7. Wonderful site you have here but I was curious if you knew of any discussion boards that cover
    the same topics talked about in this article? I’d really like to be
    a part of online community where I can get opinions from other knowledgeable
    people that share the same interest. If you have any recommendations, please let me know.
    Many thanks!

  8. Hello, i believe that i noticed you visited my blog thus i got here to return the want?.I am
    attempting to to find things to improve my website!I suppose
    its ok to make use of some of your ideas!!

  9. Howdy! This article could not be written much better!
    Looking at this post reminds me of my previous roommate! He constantly kept talking about this.
    I am going to forward this information to him. Fairly certain he’s going to have
    a very good read. I appreciate you for sharing!

  10. We’re a gaggle of volunteers and opening a brand new scheme in our community.
    Your website provided us with valuable information to
    work on. You have performed an impressive
    activity and our whole neighborhood will be thankful to you.

  11. Thank you for some other excellent article. The place else may anyone get that kind of info in such a perfect way of writing?
    I’ve a presentation next week, and I am on the look for such information.

  12. Every weekend i used to pay a visit this web site, for
    the reason that i want enjoyment, since this this website conations really pleasant funny material too.

  13. Do you have a spam issue on this blog; I also am
    a blogger, and I was wanting to know your situation;
    we have developed some nice procedures and we are looking to swap solutions with
    others, be sure to shoot me an e-mail if interested.

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

  15. Fantastic blog! Do you have any recommendations for aspiring writers?
    I’m planning to start my own site soon but I’m a little lost on everything.
    Would you suggest starting with a free platform like WordPress or go
    for a paid option? There are so many options out there that I’m completely confused ..
    Any ideas? Bless you!

  16. I was curious if you ever considered changing the layout of your website?
    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 images.
    Maybe you could space it out better?

  17. really interesting review. Also visit my very own site to comprehend slot online.
    Most of these pages has received recognition using slot pulsa online games people in Dalam negeri.

    Generally there are generally plenty of eye-catching promos should
    you join in recent times.

  18. Good day! I could have sworn I’ve been to this website before but after
    reading through some of the post I realized it’s new to me.
    Anyhow, I’m definitely glad I found it and I’ll be book-marking and checking back
    frequently!

  19. Hi there! I know this is kind of off topic but I was wondering which blog platform are you using for this website?
    I’m getting tired of WordPress because I’ve had issues with hackers and I’m looking at alternatives
    for another platform. I would be great if you could point
    me in the direction of a good platform.

  20. Right here is the perfect web site for anyone who
    wishes to understand this topic. You realize a whole lot its almost tough to argue with you (not
    that I actually will need to…HaHa). You definitely
    put a brand new spin on a subject that has been written about for
    years. Wonderful stuff, just wonderful!

  21. Howdy! I could have sworn I’ve been to this blog before but after browsing through some of the post I realized it’s new to me.
    Anyways, I’m definitely happy I found it and I’ll be book-marking and checking back frequently!

  22. Simply desire to say your article is as astounding. The
    clearness on your submit is simply nice and that i can suppose you’re a professional in this subject.
    Fine together with your permission let me to grasp your feed to
    stay updated with approaching post. Thanks 1,000,000 and please
    continue the enjoyable work.

  23. Simply desire to say your article is as surprising.
    The clearness in your put up is simply cool and that i could think you are
    an expert in this subject. Well together with your permission let me to seize your RSS
    feed to stay up to date with imminent post. Thank you 1,000,000 and please
    keep up the gratifying work.

  24. Hi, its good article regarding media print, we all understand media is a impressive source of data.

  25. Hello! I know this is kinda off topic however , I’d figured I’d ask.
    Would you be interested in trading links or maybe guest writing a blog post or vice-versa?
    My site addresses a lot of the same subjects as yours and I believe we could greatly benefit
    from each other. If you are interested feel free to send me
    an email. I look forward to hearing from you! Excellent blog by the way!

  26. My brother recommended I might like this website. He was entirely right.
    This post truly made my day. You cann’t imagine simply how much time I had
    spent for this info! Thanks!

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

  28. I don’t know if it’s just me or if everyone else encountering problems
    with your website. It appears as if some of the text in your posts
    are running off the screen. Can somebody else please provide feedback and let me know if this is happening to them too?
    This could be a problem with my web browser because I’ve had this happen previously.

    Thanks

Comments are closed.