Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 8e8de74

Browse files
first commit
1 parent 42e4bed commit 8e8de74

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

‎Basic/How-many-stars-print

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# * Written By Codezila.org at 05-04-2020 02:10 PM (IST)
2+
# Program for how many stars are print...
3+
i=8 #value initialization
4+
while(i>0): #condition
5+
i-=3
6+
print("*")
7+
if(i<=2): #again condition
8+
break
9+
else:
10+
print("*")
11+
print('\n\tCode By codezila.org :)\n\tJoin Us On : <github.com/codezila-org>\n\tFor More Mail Us : <contact@codezila.org>')

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /