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 c9dd990

Browse files
first commit
1 parent 085898d commit c9dd990

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

‎Basic/while2.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# * Written By Codezila.org at 26-03-2020 01:20PM (IST)
2+
#Program for print decimal into binary ,octal and hexadecimal numbers...
3+
num=5
4+
sum=0
5+
i=0
6+
while(i<num):
7+
sum+=i
8+
i+=1
9+
print(i)
10+
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 によって変換されたページ (->オリジナル) /