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.
Hey there! Do you know if they make any plugins to safeguard against hackers?
I’m kinda paranoid about losing everything I’ve worked hard on. Any suggestions?
Why users still use to read news papers when in this technological world
all is available on net?
Wonderful goods from you, man. I have take into accout your stuff previous to and you’re
just extremely great. I actually like what you’ve received right
here, certainly like what you are stating and the way in which wherein you are saying it.
You are making it enjoyable and you continue to care for to stay
it wise. I can’t wait to read far more from
you. That is actually a great site.
Your style is so unique compared to other people I have read stuff from.
I appreciate you for posting when you have
the opportunity, Guess I’ll just book mark this site.
Hello, I enjoy reading all of your article. I wanted to write a
little comment to support you.
I don’t know whether it’s just me or if perhaps
everybody else experiencing issues with your blog. It appears as though some of the text
on your content are running off the screen. Can someone else please comment and let me know
if this is happening to them as well? This may be a issue with my web browser because I’ve
had this happen before. Cheers
For most up-to-date information you have to go to see world-wide-web and on internet I
found this web page as a most excellent web site for latest updates.
Wow, incredible weblog layout! How lengthy have you been running a blog
for? you made running a blog glance easy. The overall
look of your web site is great, as neatly as the
content material!
Hi there, every time i used to check webpage posts here in the early hours
in the break of day, because i like to learn more and
more.
I used to be able to find good info from your articles.
WOW just what I was searching for. Came here by searching for Media
training
This is very interesting, You’re a very skilled blogger.
I’ve joined your rss feed and look forward to seeking more of your great post.
Also, I have shared your site in my social networks!
It’s going to be end of mine day, except before ending I am reading
this fantastic article to increase my knowledge.
Good respond in return of this question with real arguments and telling all about
that.
Hi! I could have sworn I’ve been to this site before but after reading through some of
the post I realized it’s new to me. Nonetheless, I’m definitely
glad I found it and I’ll be bookmarking and
checking back frequently!
Hey! I’m at work surfing around 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 fantastic work!
I like the helpful info you provide to your articles.
I will bookmark your blog and take a look at again right here frequently.
I am moderately certain I will learn plenty of new stuff right here!
Good luck for the following!
Great article, exactly what I needed.
Pretty section of content. I just stumbled upon your site and in accession capital to assert that I get actually enjoyed account your blog posts.
Any way I’ll be subscribing to your feeds and even I achievement you access
consistently quickly.
Hello, 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 suggest? I get so much lately it’s driving me mad
so any assistance is very much appreciated.
What’s Taking place i’m new to this, I stumbled upon this I’ve found It absolutely helpful and it has aided me out loads.
I am hoping to give a contribution & aid
other users like its aided me. Great job.
Hi friends, how is everything, and what you desire to say concerning this
piece of writing, in my view its in fact remarkable for
me.
I appreciate, cause I found exactly what I used to be taking a look for.
You have ended my four day lengthy hunt! God Bless you man. Have a nice
day. Bye
Wow, this piece of writing is nice, my younger sister is analyzing such things, therefore I am going
to tell her.
of course like your web site but you have to test
the spelling on several of your posts. Several of them are
rife with spelling problems and I to find it very troublesome
to inform the truth on the other hand I’ll definitely come back again.
What’s Going down i’m new to this, I stumbled upon this I have discovered It positively
useful and it has helped me out loads. I hope
to contribute & help different users like its aided me.
Great job.
I think the admin of this web site is in fact working hard in favor of his web page,
for the reason that here every data is quality based information.
Hi, I do believe this is a great site. I stumbledupon it 😉 I may come back once again since i have saved as a favorite it.
Money and freedom is the greatest way to change,
may you be rich and continue to help others.
At this time I am ready to do my breakfast, once having my breakfast coming over again to read more news.
I every time spent my half an hour to read this weblog’s content every day along with a mug of coffee.
Hey 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 html coding knowledge
to make your own blog? Any help would be greatly appreciated!
This post is actually a good one it helps new internet visitors, who are wishing for
blogging.
Wonderful, what a blog it is! This weblog provides useful information to us,
keep it up.
Hi, i think that i saw you visited my web site so i came to “return the
favorâ€.I am attempting to find things to enhance my web site!I suppose its ok to use a few of your ideas!!
It’s amazing to visit this web page and reading the views of all
colleagues regarding this article, while I am also zealous of getting knowledge.
I have read several good stuff here. Certainly value bookmarking for revisiting.
I wonder how a lot effort you put to make the sort of great informative web site.
My family every time say that I am killing my
time here at net, but I know I am getting know-how everyday by reading such good articles or reviews.
We’re a group of volunteers and opening a new scheme in our community.
Your site offered us with valuable info
to work on. You’ve done an impressive job and our whole community will be grateful to you.
Heya i’m for the first time here. I found this board and I in finding It truly useful & it helped me out a lot.
I’m hoping to give one thing again and help others like you aided me.
Hi would you mind letting me know which hosting company you’re
using? I’ve loaded your blog in 3 different browsers and I must say this blog loads a lot
faster then most. Can you suggest a good web hosting provider at a honest price?
Cheers, I appreciate it!
I like it when people come together and share views.
Great blog, keep it up!
useful review. Additionally visit most of the
site to understand slot deposit pulsa tanpa potongan. These kinds of pages has
received endorsement with slot deposit pulsa tanpa
potongan betting competitors in Dalam negri. There tend to be a lot of fascinating promos if you ever join right now.
I’m impressed, I must say. Seldom do I come across a blog that’s both
educative and engaging, and let me tell you, you’ve
hit the nail on the head. The issue is something that too few folks are speaking intelligently about.
I’m very happy that I came across this in my search for
something relating to this.
Hi, I do think this is a great web site. I stumbledupon it 😉 I am going to return yet again since I saved as a favorite it.
Money and freedom is the greatest way to change, may you
be rich and continue to guide other people.
I know this web page gives quality based content and other information,
is there any other web site which gives these stuff in quality?
I have read so many content concerning the blogger lovers however this post is in fact a pleasant piece of writing, keep it up.
Fastidious respond in return of this query with real arguments and describing the whole thing regarding
that.
Ahaa, its fastidious discussion concerning this post at this place at this web site, I have read all
that, so at this time me also commenting at this place.
It’s a pity you don’t have a donate button! I’d certainly donate to this fantastic blog!
I suppose for now i’ll settle for book-marking and adding your RSS feed to my
Google account. I look forward to new updates and will
share this blog with my Facebook group. Chat soon!
I’ve been exploring for a bit for any high quality articles or blog
posts in this sort of area . Exploring in Yahoo I at last stumbled upon this web site.
Studying this information So i am glad to express that I have an incredibly good uncanny feeling I found
out just what I needed. I such a lot surely will make sure to do not
omit this web site and give it a glance on a continuing basis.