DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR PYTHON
exercise of python loops
# program 1: Print first 10 natural numbers i = 1 while i <= 10: print(i) i += 1
Source by pynative.com #
PREVIOUS
NEXT
Tagged:
#exercise
#python
#loops
ADD COMMENT
Topic
COMMENT
Name
8+6 =
Submit