DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR PYTHON
while loop python
i
=
1
while
i
<
10
:
print
(
"hello world"
)
i
+=
1
#note the i++ syntax is not valid in python
Source by coderwall.com #
PREVIOUS
NEXT
Tagged:
#loop
#python
ADD COMMENT
Topic
COMMENT
Name
2+3 =
Submit