DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR PYTHON
how to write a while statement in python
myvariable
=
10
while
myvariable
>
0
:
print
(
myvariable
)
myvariable
-=
1
Source by coderwall.com #
PREVIOUS
NEXT
Tagged:
#write
#statement
#python
ADD COMMENT
Topic
COMMENT
Name
4+6 =
Submit