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.
Hello, i think that i saw you visited my weblog so i came to “return the favorâ€.I’m trying to find things to
improve my site!I suppose its ok to use some of your ideas!!
Highly energetic article, I enjoyed that bit.
Will there be a part 2?
Wow that was unusual. I just wrote an extremely long comment but after I clicked submit my comment didn’t appear.
Grrrr… well I’m not writing all that over again. Regardless, just wanted
to say fantastic blog!
Hello there, You have done a great job. I will certainly digg it and personally recommend to
my friends. I’m sure they will be benefited from this web site.
Hi 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 useful information to work on. You have done a marvellous
job!
This is the right site for everyone who wants to find out about this topic.
You know a whole lot its almost tough to argue with you (not that
I personally will need to…HaHa). You definitely put a new spin on a topic which has been discussed for ages.
Great stuff, just excellent!
It’s wonderful that you are getting thoughts from this post as well as from
our argument made at this place.
It’s remarkable to pay a visit this web page and reading the views of all friends regarding
this article, while I am also zealous of getting know-how.
Now I am going to do my breakfast, later than having my
breakfast coming yet again to read further news.
Quality content is the secret to attract the visitors to
visit the web site, that’s what this web page is
providing.
I’ve been browsing online more than three hours today, yet I never
found any interesting article like yours.
It’s pretty worth enough for me. In my view, if all
web owners and bloggers made good content as you did,
the internet will be much more useful than ever before.
magnificent points altogether, you just received a emblem new reader.
What may you recommend about your post that you made a few days ago?
Any certain?
Admiring the dedication you put into your site and in depth information you provide.
It’s great to come across a blog every once
in a while that isn’t the same out of date rehashed material.
Fantastic read! I’ve saved your site and I’m including your RSS feeds to my Google account.
Fine way of explaining, and pleasant post to take data on the topic of my presentation topic,
which i am going to deliver in institution of higher education.
I’m impressed, I have to admit. Rarely do I encounter a blog that’s both equally educative and interesting,
and without a doubt, you’ve hit the nail on the head.
The issue is something too few people are speaking intelligently about.
I’m very happy I stumbled across this during my search for
something regarding this.
It’s a shame you don’t have a donate button! I’d certainly donate to this outstanding
blog! I suppose for now i’ll settle for bookmarking and adding your RSS
feed to my Google account. I look forward to new updates and will share this site with
my Facebook group. Talk soon!
Nice replies in return of this matter with solid arguments and describing the whole thing about that.
Hello, the whole thing is going nicely here and
ofcourse every one is sharing data, that’s truly excellent, keep up writing.
Hi there! 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 glad I found it and I’ll be book-marking and checking back frequently!
Hello mates, how is the whole thing, and what you want to say on the topic of
this paragraph, in my view its actually amazing for me.
What’s Taking place i’m new to this, I stumbled upon this I have found It positively useful and
it has aided me out loads. I’m hoping to give a contribution & aid other customers like its
aided me. Good job.
Hi there, 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 prevent it, any plugin or anything you can recommend?
I get so much lately it’s driving me mad so any assistance is very much appreciated.
Very nice post. I just stumbled upon your weblog and wanted to say
that I have truly enjoyed browsing your blog posts.
After all I will be subscribing to your feed and I hope you write again very soon!
Heya i am for the first time here. I found this board and I
find It truly useful & it helped me out much.
I hope to give something back and aid others like you helped me.
Excellent 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
If you want to grow your knowledge just keep visiting this web page
and be updated with the hottest news posted here.
It’s an amazing piece of writing in favor of all the web visitors; they will get benefit
from it I am sure.
Hello, I think your web site could be having internet browser compatibility problems.
When I look at your site in Safari, it looks fine however,
if opening in Internet Explorer, it’s got some overlapping
issues. I just wanted to give you a quick heads up!
Apart from that, great site!
I’m impressed, I must say. Rarely do I come across a blog that’s both educative
and amusing, and let me tell you, you have hit the nail on the
head. The issue is something that not enough men and
women are speaking intelligently about. Now i’m very happy that I came across this during my search for something relating to this.
It’s the best time to make a few plans for
the long run and it is time to be happy. I have read this put up
and if I may I want to suggest you some attention-grabbing
issues or advice. Maybe you can write subsequent articles regarding
this article. I wish to learn more things about it!
What i don’t understood is if truth be told how you are not actually much more well-favored than you might
be right now. You’re very intelligent. You already know therefore considerably in the case
of this matter, produced me individually consider it from so many various
angles. Its like men and women don’t seem to be involved except it is something to do with Woman gaga!
Your individual stuffs outstanding. At all times deal with it up!
Hey there! I could have sworn I’ve been to this blog 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 often!
You ought to be a part of a contest for one of the greatest sites online.
I most certainly will highly recommend this site!
Hello, after reading this amazing post i am too glad
to share my know-how here with mates.
Quality content is the key to attract the viewers to visit the site, that’s what this
web site is providing.
I’ve been surfing online greater than three hours today, yet I by no means discovered any fascinating article
like yours. It is lovely price enough for me. In my opinion, if all webmasters and bloggers made just right content material as you probably
did, the internet can be much more useful than ever before.
A person necessarily assist to make seriously posts I would state.
That is the very first time I frequented your web page and
up to now? I surprised with the analysis you made
to make this actual put up incredible. Magnificent task!
WOW just what I was searching for. Came here by searching for
https://menwiki.men/wiki/If_you_wish_to_Be_A_Winner_Change_Your_Good_Minecraft_Servers_Philosophy_Now
These are truly impressive ideas in concerning blogging. You have
touched some fastidious things here. Any way keep up wrinting.
I’m not sure why but this 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 on and see if the problem still exists.
I’m extremely impressed along with your writing talents and
also with the format in your blog. Is this a paid theme or did you
modify it yourself? Either way stay up the nice high quality
writing, it is rare to peer a nice weblog like this one these days..
I think this is one of the such a lot significant info for me.
And i am glad reading your article. However wanna statement on few general things, The site style is
ideal, the articles is truly great : D. Just right process, cheers
Hi all, here every one is sharing such familiarity,
so it’s good to read this webpage, and I used to go to see
this blog everyday.
Hey very nice blog!
Ahaa, its nice dialogue about this piece of writing here at this
blog, I have read all that, so at this time me also commenting at this place.
What a data of un-ambiguity and preserveness
of valuable knowledge about unexpected emotions.
When some one searches for his required thing, thus he/she wishes to be
available that in detail, so that thing is maintained over
here.
anafranil 25 mg price
you’re truly a excellent webmaster. The site loading
speed is incredible. It kind of feels that you’re doing any
distinctive trick. Also, The contents are masterwork.
you’ve done a wonderful process on this matter!
Hi there friends, its fantastic post concerning cultureand completely defined, keep it up all
the time.