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.
Do you have any video of that? I’d like to find out more details.
I like what you guys tend to be up too. Such clever
work and reporting! Keep up the great works guys I’ve you
guys to my blogroll.
The other day, while I was at work, my cousin stole my iPad and tested to
see if it can survive a thirty foot drop, just so she can be a youtube sensation.
My iPad is now broken and she has 83 views. I know this is entirely off topic but I had to share it with someone!
Wow! This blog looks just like my old one! It’s on a totally
different subject but it has pretty much the same layout and design. Wonderful choice of colors!
Hi i am kavin, its my first time to commenting anywhere, when i read this piece of writing i thought i could
also create comment due to this sensible post.
What’s up, everything is going sound here and ofcourse every
one is sharing information, that’s in fact excellent, keep up writing.
Link exchange is nothing else except it is simply
placing the other person’s webpage link on your
page at proper place and other person will also do similar in support of you.
Hello there! This is my first visit to your blog!
We are a group 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 wonderful job!
Very soon this site will be famous among all blogging and site-building viewers, due to
it’s nice content
Hi friends, fastidious post and pleasant arguments
commented here, I am in fact enjoying by these.
Great post.
This is a topic that’s near to my heart… Cheers!
Exactly where are your contact details though?
I have read several excellent stuff here. Definitely value bookmarking for revisiting.
I surprise how a lot attempt you set to make this sort of great
informative site.
I know this web page presents quality based content and other information, is there any other web
page which provides these kinds of data in quality?
Heya i am for the first time here. I found this board and I find It truly
useful & it helped me out a lot. I hope to give
something back and aid others like you aided me.
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
weblog when you could be giving us something informative to read?
I don’t know if it’s just me or if everyone else experiencing problems
with your site. It appears as though some of the text in your posts are running off the
screen. Can someone else please comment and let me know if
this is happening to them as well? This could be a problem
with my web browser because I’ve had this happen previously.
Cheers
Excellent way of telling, and nice post to get data regarding
my presentation topic, which i am going to convey in school.
Currently it sounds like BlogEngine is the top blogging
platform available right now. (from what I’ve read) Is that
what you’re using on your blog?
Quality articles or reviews is the secret to be a
focus for the viewers to pay a quick visit the web site,
that’s what this web site is providing.
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 three e-mails with the same comment.
Is there any way you can remove people from that service?
Cheers!
What a stuff of un-ambiguity and preserveness of precious
know-how on the topic of unpredicted emotions.
It’s truly very difficult in this busy life to listen news on Television, so
I just use the web for that reason, and get the hottest information.
Does your site have a contact page? I’m having a tough time locating it but, I’d like to
shoot you an e-mail. I’ve got some ideas for your blog you might be interested
in hearing. Either way, great site and I look forward to seeing it
grow over time.
Does your site have a contact page? I’m having a tough time locating
it but, I’d like to send you an email. I’ve got some creative ideas for your blog you might
be interested in hearing. Either way, great site and I look forward to seeing
it develop over time.
Howdy, i read your blog from time to time and i own a similar one and i was just wondering if you get
a lot of spam remarks? If so how do you prevent it, any plugin or anything you can suggest?
I get so much lately it’s driving me crazy so any help is very much appreciated.
Heya! I just wanted to ask if you ever have any trouble with hackers?
My last blog (wordpress) was hacked and I ended up losing months of hard work due to no back up.
Do you have any solutions to stop hackers?
I was able to find good info from your content.
You can certainly see your skills in the work you write.
The sector hopes for more passionate writers like you
who aren’t afraid to mention how they believe. At all times go after your heart.
I constantly emailed this weblog post page
to all my contacts, as if like to read it next my links will too.
This is very attention-grabbing, You are an overly professional blogger.
I’ve joined your feed and look forward to in quest of more of your great post.
Additionally, I’ve shared your web site in my social networks
You have made some good points there. I looked on the web for more
info about the issue and found most people will go along with your views on this web site.
Quality articles is the important to interest the visitors to pay a quick visit the web site,
that’s what this web page is providing.
We stumbled over here different page and thought I might as well check things out.
I like what I see so now i’m following you. Look forward to exploring your web page yet again.
Marvelous, what a weblog it is! This webpage gives valuable facts to us, keep it up.
Keep on working, great job!
It’s very easy to find out any matter on web as compared to books, as I found this article at this web site.
What’s up, just wanted to mention, I liked this post.
It was helpful. Keep on posting!
Hey there! Someone in my Facebook group shared this site with us so I came to look it over.
I’m definitely loving the information. I’m bookmarking and will be tweeting this to my followers!
Excellent blog and excellent design.
It’s great that you are getting thoughts from this post as well
as from our dialogue made at this place.
Its like you learn my thoughts! You seem to know so
much approximately this, like you wrote the book in it or something.
I feel that you just could do with a few p.c. to power the message house a bit,
however other than that, that is magnificent blog. A fantastic read.
I will definitely be back.
Very energetic article, I liked that bit. Will there be a part 2?
Keep on working, great job!
Howdy, i read your blog occasionally and i own a similar one
and i was just wondering if you get a lot of spam comments?
If so how do you reduce it, any plugin or anything you can recommend?
I get so much lately it’s driving me crazy so any help is very much appreciated.
My family members all the time say that I am wasting my time here at web, however I know I am getting experience daily by reading thes good content.
What’s Going down i am new to this, I stumbled upon this I’ve found
It positively helpful and it has helped me out loads. I’m hoping to contribute & help other users like its helped me.
Great job.
I just like the helpful information you supply on your articles.
I will bookmark your weblog and test once more right
here regularly. I am quite certain I’ll be told many new stuff proper
right here! Best of luck for the following!
Ahaa, its nice conversation on the topic of this paragraph here at this web site, I have read all that, so at this time me also commenting here.
Ridiculous quest there. What occurred after?
Take care!
Highly descriptive article, I enjoyed that bit. Will there be a part 2?