playpythonpy
Python for Kids
Thursday, 4 February 2016
Squared iii (with input)
print ('Choose a number for me to square')
a = int(input ())
while a < 10000000000000000000000000000000000000000000000000000:
a = a * a
print (a)
Newer Post
Older Post
Home