playpythonpy
Python for Kids
Tuesday, 12 January 2016
17 What´s this?
count = 1
while (count > 0):
count = count * 10
print(count)
Newer Post
Older Post
Home