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.
each time i used to read smaller posts that as well
clear their motive, and that is also happening with this article which I am reading now.
Great blog here! Also your 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 quickly as yours lol
Hello, all the time i used to check weblog posts here
in the early hours in the daylight, because i enjoy to find out
more and more.
This article is in fact a fastidious one it assists new net
users, who are wishing for blogging.
you are in point of fact a good webmaster. The site loading speed
is incredible. It seems that you are doing any unique trick.
Moreover, The contents are masterpiece. you’ve performed a great task on this subject!
Hello! I just wanted to ask if you ever have any issues with hackers?
My last blog (wordpress) was hacked and I ended up losing months of hard
work due to no backup. Do you have any methods to prevent hackers?
It’s amazing to visit this web page and reading the views of all friends regarding
this post, while I am also eager of getting familiarity.
Hmm is anyone else experiencing problems with the images 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.
For the reason that the admin of this web page is working, no question very
rapidly it will be famous, due to its feature contents.
Hi there everyone, it’s my first go to see at this web site,
and post is in fact fruitful in support of me, keep up posting such content.
If you would like to take a good deal from this paragraph then you have to apply these methods
to your won blog.
Everyone loves what you guys are up too. This sort of clever work and coverage!
Keep up the very good works guys I’ve you guys to my own blogroll.
Wow, marvelous blog layout! How long have
you been blogging for? you made running a blog
glance easy. The entire look of your site
is magnificent, let alone the content material!
Way cool! Some very valid points! I appreciate you penning
this post and also the rest of the site is extremely
good.
Wow! This blog looks exactly like my old one! It’s on a completely different topic but it has pretty much the same page layout and design. Great choice of
colors!
Hello there! I could have sworn I’ve been to this blog before but
after browsing through a few of the articles I realized it’s new to me.
Regardless, I’m definitely delighted I came across it and I’ll be bookmarking
it and checking back regularly!
My relatives all the time say that I am wasting my time here at net, however I know I am getting know-how all the
time by reading such good articles.
Greetings! I’ve been following your weblog for a long
time now and finally got the bravery to go ahead and give you a shout out from
Houston Texas! Just wanted to say keep up the great work!
I believe what you published was very reasonable. But,
think about this, suppose you were to create a killer post
title? I am not suggesting your information isn’t good., however
what if you added a title to maybe grab folk’s attention? I mean Contoh Soal Pemrograman – Pola Segitiga Siku-siku – Umar faisol is kinda boring.
You might look at Yahoo’s home page and watch how they write article
headlines to get viewers to open the links. You might add a video or a related pic or two to grab people excited about everything’ve got to say.
In my opinion, it could make your posts a little bit more interesting.
Greetings from Ohio! I’m bored to death at work so I decided
to check out your site on my iphone during lunch break.
I love the info you provide here and can’t wait
to take a look when I get home. I’m shocked at how fast your blog loaded on my phone ..
I’m not even using WIFI, just 3G .. Anyhow, great site!
Great article. I’m going through some of these issues as well..
It’s a pity you don’t have a donate button! I’d definitely donate to this superb blog!
I guess 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 site
with my Facebook group. Talk soon!
If some one desires expert view on the topic of blogging and site-building then i propose him/her to go to see this blog, Keep
up the fastidious job.
Admiring the persistence you put into your blog and
in depth information you provide. It’s good to come across a blog every
once in a while that isn’t the same unwanted rehashed information. Wonderful read!
I’ve bookmarked your site and I’m adding your RSS feeds to my Google account.
I read this post completely on the topic of the comparison of hottest and
preceding technologies, it’s amazing article.
Actually when someone doesn’t be aware of then its up to other users that
they will assist, so here it happens.
Hello friends, how is the whole thing, and what you
desire to say about this paragraph, in my view its in fact amazing
designed for me.
whoah this weblog is great i like reading your
posts. Keep up the good work! You know, many persons are
hunting around for this info, you could help them greatly.
Hi, I want to subscribe for this weblog to get latest updates,
therefore where can i do it please help out.
Hi, I wish for to subscribe for this webpage to get newest updates, thus where can i do
it please help.
Fine way of telling, and nice article to get facts about my presentation subject, which i am going to deliver in school.
I used to be able to find good info from your blog articles.
great publish, very informative. I wonder why the opposite experts of
this sector don’t realize this. You should proceed your writing.
I am sure, you’ve a great readers’ base already!
Hmm it appears like your site ate my first comment (it was
super long) so I guess I’ll just sum it up what I submitted
and say, I’m thoroughly enjoying your blog. I too am an aspiring blog
blogger but I’m still new to everything. Do you have any tips and hints for newbie blog writers?
I’d definitely appreciate it.
A person necessarily assist to make seriously articles I might state.
That is the first time I frequented your web page and to
this point? I amazed with the analysis you made to make this particular submit extraordinary.
Fantastic process!
Hey! I just wanted to ask if you ever have any
issues with hackers? My last blog (wordpress) was hacked and I ended
up losing many months of hard work due to no data backup.
Do you have any methods to protect against hackers?
Hi there! I’m at work browsing your blog from my new iphone
4! Just wanted to say I love reading through your blog and look forward to all your
posts! Keep up the excellent work!
I every time emailed this blog post page to all my associates, for the reason that if like
to read it next my links will too.
I have been surfing on-line more than three hours nowadays,
but I never found any attention-grabbing article
like yours. It’s beautiful price sufficient for me. In my view,
if all web owners and bloggers made good content material as you probably did,
the net can be much more helpful than ever before.
constantly i used to read smaller posts which also clear their motive,
and that is also happening with this piece of writing which I am reading now.
Currently it appears like Expression Engine is the preferred blogging platform available right now.
(from what I’ve read) Is that what you are using on your blog?
Wow, fantastic blog structure! How lengthy have you
been running a blog for? you make blogging look easy.
The whole glance of your web site is excellent, as neatly as the content!
Hi there, this weekend is good designed for me,
as this occasion i am reading this impressive informative post here at my home.
Hi colleagues, its impressive paragraph regarding educationand entirely explained,
keep it up all the time.
What’s Taking place i am new to this, I stumbled upon this
I’ve discovered It positively helpful and it has helped me out
loads. I’m hoping to contribute & assist other customers like its helped me.
Great job.
This text is invaluable. Where can I find out more?
An intriguing discussion is definitely worth comment.
I believe that you ought to publish more on this subject matter, it might not be a taboo
matter but usually folks don’t speak about these subjects.
To the next! Best wishes!!
Hey! 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!
Pretty section of content. I simply stumbled
upon your blog and in accession capital to assert
that I get in fact enjoyed account your blog posts.
Anyway I will be subscribing in your augment or even I
fulfillment you get admission to persistently rapidly.
Post writing is also a fun, if you be acquainted with after that you can write
if not it is complicated to write.