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 for … in.
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.
What’s Happening i’m new to this, I stumbled upon this I’ve discovered It positively helpful and it
has helped me out loads. I hope to give a contribution & help
different customers like its helped me. Great job.
Hi there, the whole thing is going sound here and ofcourse every one is sharing facts, that’s truly fine,
keep up writing.
Hello, this weekend is good for me, since this point
in time i am reading this great educational piece of writing
here at my house.
Great delivery. Solid arguments. Keep up the great work.
Link exchange is nothing else but it is only placing the other person’s web site link on your page at suitable place and other person will also do similar in favor of you.
Great blog you have got here.. It’s difficult to find
high quality writing like yours nowadays. I honestly appreciate
people like you! Take care!!
These are truly impressive ideas in concerning blogging.
You have touched some fastidious points here. Any way
keep up wrinting.
Have you ever thought about publishing an e-book or guest authoring
on other sites? I have a blog based on the same
topics you discuss and would love to have you share some stories/information. I know my readers would appreciate your work.
If you’re even remotely interested, feel free to send me an email.
Nice answers in return of this matter with solid arguments and explaining
all regarding that.
Hi there, I enjoy reading all of your article. I
like to write a little comment to support you.
Piece of writing writing is also a fun, if
you be acquainted with after that you can write or else it is complex to write.
What’s up i am kavin, its my first time to commenting anyplace, when i read this piece of
writing i thought i could also make comment due to this
brilliant piece of writing.
I love what you guys are up too. This type of clever work
and exposure! Keep up the terrific works guys I’ve included
you guys to my blogroll.
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 will be subscribing to your rss feed and I hope you write again soon!
Ahaa, its pleasant dialogue on the topic of this article at this
place at this blog, I have read all that, so at this time me also commenting here.
You made some decent points there. I looked on the web for
more information about the issue and found most people
will go along with your views on this site.
Fantastic blog! Do you have any tips and hints for aspiring writers?
I’m hoping to start my own site soon but I’m a little lost on everything.
Would you propose starting with a free platform like WordPress or go for a paid option? There are so many choices out there that I’m totally confused ..
Any recommendations? Appreciate it!
Having read this I believed it was extremely informative. I
appreciate you taking the time and effort to put this
article together. I once again find myself spending a significant amount of time both reading and commenting.
But so what, it was still worth it!
With havin so much written content do you ever
run into any issues of plagorism or copyright infringement?
My blog has a lot of unique content I’ve either created 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 protect against content from being
stolen? I’d certainly appreciate it.
Hey there! I’ve been reading your site for some time now and finally got the courage to go ahead and give
you a shout out from Lubbock Texas! Just wanted to mention keep up
the fantastic work!
Paragraph writing is also a fun, if you be acquainted with then you
can write otherwise it is difficult to write.
I’m not sure why but this web site is loading extremely slow for me.
Is anyone else having this issue or is it a issue on my end?
I’ll check back later and see if the problem still exists.
I think the admin of this web page is actually working hard in favor of his web page,
since here every material is quality based data.
Wow! Finally I got a web site from where I
be capable of truly obtain useful information regarding my study and
knowledge.
Good information. Lucky me I found your site by accident
(stumbleupon). I’ve bookmarked it for later!
What’s Going down i’m new to this, I stumbled upon this I’ve discovered It absolutely useful and it has helped me out loads.
I hope to contribute & assist different users like its helped me.
Good job.
I got this web site from my buddy who shared with me on the topic of
this site and now this time I am browsing this web site and reading very informative posts here.
I’m gone to tell my little brother, that he should
also visit this weblog on regular basis to obtain updated from hottest information.
Howdy! Do you know if they make any plugins
to protect against hackers? I’m kinda paranoid about losing everything I’ve worked hard on. Any suggestions?
An intriguing discussion is definitely worth comment.
I do think that you should publish more about this issue, it
might not be a taboo matter but generally people do not discuss such topics.
To the next! Cheers!!
I couldn’t refrain from commenting. Perfectly written!
Hello, i think that i saw you visited my weblog so i came to “return the favor”.I am attempting to find things
to enhance my site!I suppose its ok to use a few of your ideas!!
I like the helpful information you provide in your articles.
I will bookmark your blog and check again here frequently.
I’m quite sure I will learn a lot of new stuff right here!
Best of luck for the next!
I am curious to find out what blog platform you
happen to be using? I’m having some minor security
problems with my latest blog and I would like to find something more safeguarded.
Do you have any solutions?
My spouse and I stumbled over here by a different page and thought I might as well check things
out. I like what I see so now i am following
you. Look forward to finding out about your web page yet
again.
Good post. I certainly appreciate this site. Stick with it!
I am extremely impressed along with your writing
skills and also with the structure for your blog.
Is that this a paid subject or did you modify it your self?
Either way keep up the excellent quality writing,
it is rare to see a nice weblog like this one today..
A motivating discussion is definitely worth comment.
I believe that you ought to publish more on this subject matter,
it might not be a taboo subject but usually people don’t discuss such subjects.
To the next! Kind regards!!
After I originally left a comment I appear to have clicked the
-Notify me when new comments are added- checkbox and
from now on every time a comment is added I
get four emails with the same comment. There has to be
a way you can remove me from that service? Appreciate it!
Asking questions are truly good thing if you are not understanding something completely,
but this post provides pleasant understanding yet.
I do not even know how I ended up here, but
I thought this post was good. I don’t know who you are but certainly you are going to a famous blogger if
you are not already 😉 Cheers!
We’re a bunch of volunteers and starting a new scheme in our community.
Your web site provided us with valuable info to work on. You’ve done an impressive
process and our whole community can be grateful to you.
Wow, incredible blog structure! How lengthy have you been blogging for?
you make running a blog glance easy. The total glance of your site is magnificent, as neatly as the content material!
The other day, while I was at work, my sister stole my apple ipad and tested to see if
it can survive a twenty five foot drop, just so she can be a youtube sensation. My iPad is now broken and she has 83 views.
I know this is totally off topic but I had to share it with
someone!
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 three e-mails with the same comment.
Is there any way you can remove me from that
service? Bless you!
Now I am going away to do my breakfast, afterward having my breakfast
coming again to read further news.
Appreciation to my father who stated to me about
this web site, this web site is actually amazing.
Incredible! This blog looks exactly like my old one!
It’s on a entirely different topic but it
has pretty much the same page layout and design. Wonderful choice of colors!
My partner and I stumbled over here from a different web address and thought I might
check things out. I like what I see so now i am following you.
Look forward to checking out your web page again.
Yes! Finally something about situs judi slot online.