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.
I like the valuable info you supply on your articles.
I will bookmark your blog and take a look at again here regularly.
I’m slightly certain I’ll be told plenty of new stuff right
here! Best of luck for the following!
I’m truly enjoying the design and layout of your blog.
It’s a very easy on the eyes which makes it much more pleasant for me to come
here and visit more often. Did you hire out a designer
to create your theme? Exceptional work!
Good day! I could have sworn I’ve been to this web site before but after browsing through some of
the posts I realized it’s new to me. Anyways, I’m certainly happy I discovered it and I’ll be bookmarking it and
checking back often!
Link exchange is nothing else except it is just placing the other person’s weblog link
on your page at proper place and other person will also do same in favor of you.
Hi there everyone, it’s my first pay a visit at this web site,
and post is in fact fruitful in favor of me, keep up
posting these content.
Hello, i think that i saw you visited my web site thus i got
here to go back the want?.I’m attempting to find issues
to improve my site!I guess its adequate to use a few
of your ideas!!
Howdy, i read your blog occasionally and i own a similar
one and i was just wondering if you get a lot of spam
remarks? If so how do you reduce it, any plugin or anything you can recommend?
I get so much lately it’s driving me insane
so any assistance is very much appreciated.
What’s Going down i am 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 & aid other customers like its aided me.
Good job.
It’s going to be ending of mine day, except before end I am reading this great article to improve
my know-how.
Asking questions are truly good thing if you are not understanding something completely, but this
piece of writing offers nice understanding yet.
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 am extremely impressed along with your writing talents and also with the structure in your
blog. Is this a paid subject or did you customize it yourself?
Anyway stay up the nice quality writing, it is uncommon to see
a nice weblog like this one today..
Great delivery. Solid arguments. Keep up the great
spirit.
I’m gone to inform my little brother, that
he should also go to see this webpage on regular basis to obtain updated from latest reports.
I couldn’t resist commenting. Well written!
Keep on working, great job!
hello!,I like your writing very a lot! percentage we keep
up a correspondence extra approximately your article on AOL?
I require an expert in this area to resolve my problem. May be
that’s you! Taking a look ahead to peer you.
I think the admin of this web page is actually
working hard for his site, for the reason that here every material is quality based material.
Greetings! 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 valuable information to work on. You have done a marvellous
job!
Asking questions are truly nice thing if you are not understanding anything
totally, except this post offers nice understanding even.
I’m gone to inform my little brother, that he should also visit this webpage on regular basis to
take updated from latest gossip.
Hi, all is going nicely here and ofcourse every one
is sharing information, that’s actually good, keep up writing.
I was wondering if you ever considered changing the
layout of your blog? Its very well written; I love what youve got to say.
But maybe you could a little more in the way of content so people could connect with it better.
Youve got an awful lot of text for only having one or two images.
Maybe you could space it out better?
Hi, I do believe this is a great blog. I stumbledupon it 😉 I will return yet again since i have book
marked it. Money and freedom is the greatest
way to change, may you be rich and continue to guide others.
Its such as you learn my mind! You appear to know a lot approximately this, such
as you wrote the ebook in it or something.
I think that you simply can do with a few
p.c. to drive the message home a little bit, but other than that,
this is wonderful blog. A great read. I’ll definitely be back.
As the admin of this site is working, no uncertainty very
quickly it will be well-known, due to its quality contents.
Hi to every body, it’s my first pay a visit of this weblog; this blog
contains remarkable and in fact good stuff for readers.
Hi Dear, are you actually visiting this web page daily,
if so afterward you will definitely obtain pleasant knowledge.
Attractive section of content. I just stumbled upon your blog
and in accession capital to assert that I acquire in fact enjoyed account your blog posts.
Any way I’ll be subscribing to your feeds and even I achievement you access consistently rapidly.
You could certainly see your skills in the article you write.
The sector hopes for more passionate writers such as you who are not afraid to mention how they believe.
All the time go after your heart.
Article writing is also a excitement, if you be familiar with afterward you can write or else it is complicated to write.
Informative article, totally what I wanted to find.
This paragraph will help the internet viewers for setting up new weblog or even a blog from start to end.
Incredible! 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. Great choice of colors!
I read this piece of writing completely on the topic of the comparison of
most recent and earlier technologies, it’s remarkable article.
Ahaa, its nice discussion concerning this piece of writing at this place at this webpage, I have
read all that, so at this time me also commenting at this place.
I’m not sure exactly why but this site is loading incredibly slow for me.
Is anyone else having this problem or is it a problem on my end?
I’ll check back later on and see if the problem still exists.
Hello mates, how is everything, and what you want to say regarding this post, in my view its in fact remarkable
in favor of me.
Hey there, You’ve done an incredible job. I’ll definitely digg it and personally suggest to my friends.
I am confident they’ll be benefited from this site.
With havin so much written content do you ever run into any issues of plagorism or copyright violation?
My site has a lot of completely unique content I’ve either created myself or outsourced but it seems a lot of it is
popping it up all over the internet without my authorization. Do you
know any solutions to help prevent content from being ripped off?
I’d truly appreciate it.
My family members all the time say that I am wasting my time here at web, except I know I am
getting knowledge every day by reading thes fastidious articles.
Good information. Lucky me I ran across your blog by chance (stumbleupon).
I’ve saved as a favorite for later!
My relatives all the time say that I am wasting my
time here at net, but I know I am getting know-how
every day by reading such fastidious articles.
Having read this I thought it was very informative. I appreciate you finding
the time and effort to put this informative article together.
I once again find myself personally spending way too much time both reading and posting comments.
But so what, it was still worthwhile!
Hi there, this weekend is pleasant for me, since this point in time i am reading
this fantastic educational piece of writing here at my home.
Hmm is anyone else having problems with the pictures on this blog loading?
I’m trying to find out if its a problem on my end or if it’s the blog.
Any responses would be greatly appreciated.
Hey! Do you know if they make any plugins to assist
with SEO? I’m trying to get my blog to rank for some targeted keywords but
I’m not seeing very good gains. If you know of any please
share. Kudos!
It’s going to be finish of mine day, except before finish I am reading this impressive piece of writing to improve my know-how.
I for all time emailed this weblog post page
to all my associates, because if like to read it afterward my friends will too.
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 opinion, if all web owners and
bloggers made good content as you did, the
net will be a lot more useful than ever before.