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.
Hi, I do think this is an excellent site. I stumbledupon it 😉 I will revisit once again since i have book marked it.
Money and freedom is the best way to change, may you be rich and continue to
help other people.
Hmm is anyone else encountering problems with the pictures on this
blog loading? I’m trying to determine if its a
problem on my end or if it’s the blog. Any feed-back would
be greatly appreciated.
I could not refrain from commenting. Exceptionally well
written!
Ahaa, its fastidious conversation on the topic of this paragraph here at this web site, I have read all
that, so now me also commenting here.
What’s up, the whole thing is going fine here and ofcourse every one is sharing data, that’s actually excellent, keep up writing.
Hey there! I just wanted to ask if you ever have any trouble with hackers?
My last blog (wordpress) was hacked and I ended up losing a few months of hard work due to no
data backup. Do you have any methods to protect against hackers?
I enjoy what you guys are up too. Such clever work and reporting!
Keep up the wonderful works guys I’ve added you guys
to our blogroll.
I am extremely impressed with your writing skills and also with the layout on your blog.
Is this a paid theme or did you customize it yourself?
Either way keep up the nice quality writing, it is rare to see a great
blog like this one today.
I was able to find good info from your content.
Every weekend i used to pay a quick visit this web site, as i want enjoyment, for the reason that this this web site
conations actually fastidious funny data too.
Its like you read my thoughts! You appear to know a lot approximately this, such as you
wrote the guide in it or something. I think that you can do with
some % to drive the message house a bit, however instead of that, that is great blog.
A fantastic read. I will certainly be back.
Hi there, I want to subscribe for this weblog to obtain hottest updates, so where can i
do it please help out.
I couldn’t refrain from commenting. Exceptionally well written!
Piece of writing writing is also a excitement, if you be familiar with then you can write otherwise it is complicated to write.
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 throw away
your intelligence on just posting videos to your blog when you could
be giving us something informative to read?
Hi, I do think this is a great web site. I stumbledupon it 😉 I will revisit yet again since I book marked it.
Money and freedom is the greatest way to change, may you be rich and continue to guide others.
I don’t even understand how I ended up here, but I thought this publish used to be great.
I don’t recognize who you’re however certainly you are going to
a famous blogger for those who aren’t already. Cheers!
You need to take part in a contest for one of the greatest blogs on the net.
I most certainly will highly recommend this site!
Wow, fantastic blog layout! How long have you
been blogging for? you make blogging look easy.
The overall look of your web site is magnificent, let alone the content!
Hello! Do you know if they make any plugins to protect against hackers?
I’m kinda paranoid about losing everything I’ve worked hard on. Any recommendations?
Howdy! Someone in my Facebook group shared this site with
us so I came to look it over. I’m definitely enjoying the information. I’m book-marking
and will be tweeting this to my followers! Fantastic blog and fantastic design.
I am curious to find out what blog platform you are using?
I’m having some minor security issues with my latest
site and I would like to find something more risk-free. Do
you have any recommendations?
I like the helpful information you supply on your articles.
I’ll bookmark your weblog and check again right here
regularly. I am moderately certain I will learn plenty of new stuff proper here!
Good luck for the following!
I like it when folks get together and share ideas.
Great blog, stick with it!
For hottest news you have to pay a visit internet
and on web I found this web site as a most excellent site
for newest updates.
fantastic points altogether, you simply gained a new
reader. What would you suggest about your submit that you made
a few days ago? Any positive?
Wow! At last I got a weblog from where I be capable of truly get valuable facts concerning my study and knowledge.
Wow! In the end I got a webpage from where I be capable of actually get
valuable data concerning my study and knowledge.
I delight in, result in I found exactly what I was having a
look for. You’ve ended my 4 day lengthy hunt! God Bless you
man. Have a nice day. Bye
I think the admin of this site is actually working hard in favor
of his site, for the reason that here every information is quality based stuff.
Hello! I’ve been reading your web site for a long time now
and finally got the bravery to go ahead and give you a shout out from Porter Tx!
Just wanted to tell you keep up the good job!
What’s up, every time i used to check web site posts here in the early hours in the daylight, because i love to
learn more and more.
Great info. Lucky me I ran across your blog by accident (stumbleupon).
I have book marked it for later!
Hi, everything is going well here and ofcourse every one is
sharing facts, that’s actually good, keep up writing.
It’s amazing to visit this site and reading the views of
all mates about this article, while I am also zealous of getting familiarity.
Hello, I desire to subscribe for this webpage to
get latest updates, therefore where can i do it please help out.
I do not even know how I ended up here, but I thought this post was
good. I do not know who you are but definitely you are going to a famous blogger if you aren’t already ;
) Cheers!
I every time spent my half an hour to read this blog’s content
all the time along with a mug of coffee.
Fine way of explaining, and fastidious post to get information about
my presentation subject, which i am going to convey in academy.
Very great post. I just stumbled upon your weblog and wanted to
say that I’ve truly loved surfing around your blog posts.
After all I’ll be subscribing on your feed and I am hoping you write again soon!
you’re actually a just right webmaster. The web site loading
speed is incredible. It seems that you are doing any unique trick.
In addition, The contents are masterpiece. you’ve performed a
magnificent job in this subject!
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 emails with the same comment.
Is there any way you can remove me from that service?
Cheers!
I used to be able to find good advice from your articles.
Howdy this is kind of of off topic but I was wondering if blogs use WYSIWYG editors or if you have to manually code with HTML.
I’m starting a blog soon but have no coding expertise so I wanted to get guidance from someone with experience.
Any help would be enormously appreciated!
If you want to get much from this article then you have to
apply such strategies to your won blog.
Good day! Do you know if they make any plugins to help with Search Engine Optimization? I’m trying to get
my blog to rank for some targeted keywords but I’m not seeing very good results.
If you know of any please share. Cheers!
I used to be able to find good information from your blog
articles.
Hello, this weekend is nice designed for me, for the reason that this time i am reading this fantastic informative piece of writing here at my home.
Its like you read my mind! You appear to know a lot about this, like you
wrote the book in it or something. I think that you could do with a few pics
to drive the message home a little bit, but instead
of that, this is magnificent blog. A fantastic
read. I will definitely be back.
Hi there i am kavin, its my first time to commenting anywhere,
when i read this post i thought i could also make comment due to this
sensible post.