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.
Someone necessarily lend a hand to make critically posts I
would state. This is the first time I frequented your web page and so
far? I amazed with the research you made to create this particular post incredible.
Wonderful job!
Hi there colleagues, its impressive piece of writing concerning tutoringand entirely defined, keep it up all the
time.
I like the valuable info you provide in your articles.
I’ll bookmark your blog and check again here regularly.
I’m quite certain I will learn plenty of new stuff right here!
Good luck for the next!
Since the admin of this web page is working, no doubt very shortly it will be well-known, due to its feature contents.
I’m curious to find out what blog system you happen to be using?
I’m experiencing some minor security problems with my latest site and I would like to find something more secure.
Do you have any suggestions?
Article writing is also a fun, if you know after that you can write or else it is
difficult to write.
If some one desires to be updated with hottest technologies
after that he must be go to see this web page and
be up to date everyday.
This piece of writing is truly a nice one it assists new net users,
who are wishing for blogging.
Its like you read my thoughts! You seem to understand so much
approximately this, like you wrote the book in it or something.
I believe that you could do with a few percent to drive the message home a little
bit, but instead of that, that is magnificent
blog. A great read. I’ll certainly be back.
I know this web site gives quality dependent articles or reviews and
other information, is there any other web page which gives these information in quality?
Howdy! I know this is kinda off topic but I’d figured I’d ask.
Would you be interested in exchanging links
or maybe guest authoring a blog article or vice-versa?
My site discusses a lot of the same subjects as
yours and I feel we could greatly benefit from each other.
If you happen to be interested feel free to shoot me an email.
I look forward to hearing from you! Terrific blog by the way!
Link exchange is nothing else but it is only placing the other person’s webpage link on your page at appropriate place and other person will also do
similar for you.
I don’t know if it’s just me or if perhaps everybody else encountering issues
with your blog. It seems like some of the
written text within your posts are running off the screen. Can somebody else please
provide feedback and let me know if this is happening to them too?
This may be a problem with my internet browser because I’ve had this happen before.
Kudos
Hey there! Someone in my Myspace group shared this site with us so I came to give it a look.
I’m definitely enjoying the information. I’m
bookmarking and will be tweeting this to my followers!
Superb blog and wonderful design and style.
WOW just what I was searching for. Came here
by searching for https://88yllt.com/home.php?mod=space&uid=268081
I’m impressed, I must say. Rarely do I encounter a blog that’s both educative and interesting, and let me tell you,
you have hit the nail on the head. The problem is something that too few men and women are speaking intelligently about.
I’m very happy I came across this during my search for
something relating to this.
WOW just what I was searching for. Came here by searching for https://list.ly/janaye-hulen
Very good post. I am dealing with many of these issues
as well..
For latest news you have to go to see world-wide-web
and on the web I found this web page as a best web page for hottest updates.
It’s remarkable to visit this site and reading the views of all mates on the topic
of this paragraph, while I am also keen of getting familiarity.
This article will assist the internet visitors
for building up new webpage or even a weblog from start to end.
Very good info. Lucky me I discovered your site by chance (stumbleupon).
I’ve book-marked it for later!
This article will help the internet visitors for creating new blog or even a blog from start to
end.
Hello my friend! I want to say that this post is amazing, great written and include almost
all significant infos. I would like to see more posts like
this .
If some one needs to be updated with most up-to-date technologies then he must
be go to see this web site and be up to date daily.
It’s not my first time to visit this site, i am visiting this web site dailly and get nice facts
from here everyday.
I have read so many articles or reviews on the topic of the blogger lovers but this post is in fact
a good paragraph, keep it up.
Hey there, You have done an excellent job. I will certainly digg it and personally suggest to my friends.
I am confident they will be benefited from this
web site.
I get pleasure from, result in I discovered exactly what I used to
be taking a look for. You’ve ended my 4 day long hunt!
God Bless you man. Have a nice day. Bye
This is the right web site for anybody who wishes to find out about this topic.
You realize so much its almost tough to argue with you (not that
I actually would want to…HaHa). You certainly put a fresh
spin on a subject that has been written about for ages.
Wonderful stuff, just wonderful!
Very shortly this site will be famous among all blogging viewers, due to it’s good articles or
reviews
Asking questions are actually nice thing if you are not
understanding anything entirely, but this paragraph offers nice understanding even.
What’s up it’s me, I am also visiting this site regularly, this site
is in fact nice and the visitors are in fact sharing fastidious thoughts.
Hi there, its fastidious paragraph on the topic of media print, we
all understand media is a impressive source of data.
Hello i am kavin, its my first time to commenting anywhere,
when i read this post i thought i could also create comment due to this sensible post.
Good site you’ve got here.. It’s hard to find good quality writing like yours nowadays.
I honestly appreciate people like you! Take care!!
Everyone loves what you guys are usually
up too. This type of clever work and coverage! Keep up
the amazing works guys I’ve incorporated you guys to blogroll.
Its such as you learn my thoughts! You appear to understand a lot about this, such as
you wrote the guide in it or something. I think that you can do with some % to drive the message home a bit,
however instead of that, that is wonderful blog. A fantastic read.
I’ll definitely be back.
Hi there! 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 backup.
Do you have any solutions to stop hackers?
Hey very interesting blog!
I’m gone to inform my little brother, that he should also pay a visit this webpage on regular
basis to obtain updated from most recent news update.
Al Syed Legal Translation (ASLT) now brings certified Translators at your doorstep through its recently launched fleet of vehicles called Legal Translation at your doorstep. They are a full-service translation and interpreting agency in Dubai, UAE. As regional pioneers, our prime focus is to continue to offer high-quality legal translation services in Dubai (UAE) at competitive rates.
Quality articles is the key to be a focus for the people
to visit the site, that’s what this web site is providing.
This info is worth everyone’s attention. Where can I find out more?
I believe what you said made a lot of sense. But, what about this?
what if you added a little content? I am not saying your content isn’t solid., but suppose you added a title to possibly get people’s attention?
I mean Contoh Soal Pemrograman – Pola Segitiga Siku-siku – Umar faisol is a little plain. You might peek at Yahoo’s home page
and watch how they create article titles to get
viewers to open the links. You might try adding a video or a related picture or two to
get people interested about what you’ve written. Just my opinion, it could bring your posts a little
bit more interesting.
Its like you read my mind! You seem to know so much about this, like you wrote the book in it or something.
I think that you could do with some pics to drive the message home a little bit, but instead of that,
this is wonderful blog. A great read. I’ll certainly be
back.
Right here is the right web site for everyone who wishes to find out about this topic.
You know a whole lot its almost hard to argue with you (not that I actually would
want to…HaHa). You certainly put a brand new spin on a subject that has been discussed for decades.
Excellent stuff, just great!
Hi there, I want to subscribe for this web site to take
hottest updates, so where can i do it please assist.
Hey! 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!
Carry on the superb work!
You should take part in a contest for one of the greatest
blogs on the net. I most certainly will highly recommend this site!