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.
Hi to all, how is everything, I think every one is getting more from this web
site, and your views are fastidious for new people.
It’s going to be end of mine day, but before
finish I am reading this wonderful post to improve my knowledge.
Saved as a favorite, I love your web site!
What’s Going down i’m new to this, I stumbled
upon this I have discovered It positively helpful and it has helped me out
loads. I am hoping to contribute & help other users like its aided me.
Great job.
Hi there everybody, here every one is sharing such familiarity, thus it’s pleasant to read this weblog, and I used to go to
see this blog every day.
Hello everyone, it’s my first go to see at this
web page, and piece of writing is truly fruitful in support of me,
keep up posting such articles or reviews.
What’s up, this weekend is pleasant for me, as this time i am reading this fantastic educational post
here at my residence.
Hi to all, how is all, I think every one is getting more from this web page, and your views are
nice in favor of new visitors.
Everyone loves what you guys are up too. This type of clever work and coverage!
Keep up the amazing works guys I’ve added you guys to blogroll.
Hi there, I enjoy reading through your article post.
I wanted to write a little comment to support you.
Great blog here! Also your web site loads up very fast!
What host are you using? Can I get your affiliate link to your host?
I wish my site loaded up as fast as yours lol
It’s an amazing article designed for all the web users; they will take benefit from it I am sure.
Howdy! I’m at work browsing your blog from my new apple
iphone! Just wanted to say I love reading through your blog and
look forward to all your posts! Carry on the great work!
Hi! I’ve been reading your web site for a while now and finally got the courage to
go ahead and give you a shout out from New Caney Tx!
Just wanted to tell you keep up the fantastic work!
Hi 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 coding knowledge to make your own blog?
Any help would be greatly appreciated!
Aw, this was a very good post. Spending some time and actual effort to make a very good article… but what can I say… I
put things off a whole lot and never manage to get nearly anything
done.
It’s an amazing article in support of all the web users; they will obtain advantage from it
I am sure.
That is a very good tip especially to those fresh to the blogosphere.
Simple but very precise information… Appreciate your sharing
this one. A must read article!
Appreciate the recommendation. Will try it out.
I like the helpful info you provide in your articles. I will bookmark your blog and check again here frequently.
I am quite sure I’ll learn lots of new stuff right here!
Best of luck for the next!
What’s up to every one, as I am in fact keen of reading this
web site’s post to be updated on a regular basis. It includes nice data.
Appreciate this post. Let me try it out.
I like the helpful information you provide in your articles.
I’ll bookmark your weblog and check again here regularly.
I am quite sure I’ll learn lots of new stuff right here! Best of
luck for the next!
Good day! Do you use Twitter? I’d like to follow you if that would be ok.
I’m definitely enjoying your blog and look forward
to new posts.
I read this piece of writing fully regarding the difference of hottest and
previous technologies, it’s amazing article.
What’s up, after reading this remarkable article i am also
delighted to share my know-how here with friends.
There’s certainly a great deal to learn about this issue.
I love all of the points you’ve made.
Write more, thats all I have to say. Literally, it seems as though you
relied on the video to make your point. You obviously know what youre talking about,
why waste your intelligence on just posting
videos to your site when you could be giving us
something enlightening to read?
Wow, marvelous blog layout! How long have you been blogging for?
you make blogging look easy. The overall look of
your site is fantastic, let alone the content!
I used to be able to find good information from your articles.
Very nice article, totally what I wanted to find.
Currently it sounds like BlogEngine is the best blogging platform out there right now.
(from what I’ve read) Is that what you are using on your blog?
Hi friends, its wonderful piece of writing
concerning teachingand fully defined, keep it up all the time.
I am regular visitor, how are you everybody? This paragraph posted at this
web site is truly good.
It’s impressive that you are getting thoughts from
this piece of writing as well as from our discussion made at this time.
Wonderful beat ! I would like to apprentice while you amend your web site, how can i subscribe for a blog
web site? The account aided me a acceptable deal.
I had been tiny bit acquainted of this your broadcast offered bright clear concept
Great goods from you, man. I have understand your stuff previous to and you are just extremely great.
I actually like what you have acquired here, certainly like what you are stating and the way in which you say it.
You make it enjoyable and you still take care of
to keep it wise. I cant wait to read far more from you. This
is actually a wonderful site.
I read this article completely regarding the difference of most recent and preceding technologies, it’s amazing article.
Good day! This is my first visit to your blog! We are a team of volunteers and starting a new project in a community in the same niche.
Your blog provided us beneficial information to work on. You have done a extraordinary job!
Hello it’s me, I am also visiting this web site
daily, this web site is truly good and the people are actually sharing good thoughts.
Its such as you learn my thoughts! You appear
to grasp a lot about this, such as you wrote the e-book in it or
something. I feel that you simply can do with a
few percent to pressure the message home a bit, but instead of that, this is fantastic blog.
An excellent read. I will definitely be back.
Hi there, every time i used to check webpage posts here in the
early hours in the break of day, because i like to find
out more and more.
I like what you guys are up too. Such clever work and exposure!
Keep up the good works guys I’ve incorporated you guys to blogroll.
I’m amazed, I have to admit. Rarely do I come across a blog that’s equally educative and interesting, and without a doubt, you have hit the nail on the head.
The issue is something which too few folks are speaking intelligently about.
I am very happy I came across this in my search for something
relating to this.
Great delivery. Great arguments. Keep up the good effort.
I love what you guys are usually up too. Such clever work and coverage!
Keep up the fantastic works guys I’ve added you guys to my own blogroll.
Howdy, i read your blog occasionally and i own a similar one and i
was just curious if you get a lot of spam comments? If so
how do you reduce it, any plugin or anything you can advise?
I get so much lately it’s driving me insane so any assistance
is very much appreciated.
Saved as a favorite, I love your web site!
Wow! At last I got a weblog from where I
be capable of truly take helpful facts concerning my study and knowledge.
I savor, lead to I found just what I used to be taking a
look for. You’ve ended my four day lengthy hunt! God Bless you man. Have a great
day. Bye