DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR PYTHON
Write Python programs to print numbers from 1 to 10000 while loops
i = 1 while(i<=10): print(i) i += 1
Source by djangocentral.com #
PREVIOUS
NEXT
Tagged:
#Write
#Python
#programs
#print
#numbers
#loops
ADD COMMENT
Topic
COMMENT
Name
8+1 =
Submit