while example has been written
This commit is contained in:
parent
1e2632f851
commit
9c1f18e2b7
2 changed files with 7 additions and 0 deletions
5
python/while_example.py
Normal file
5
python/while_example.py
Normal file
|
@ -0,0 +1,5 @@
|
|||
i = 0
|
||||
|
||||
while i < 10:
|
||||
print(i)
|
||||
i += 1
|
Loading…
Add table
Add a link
Reference in a new issue