Wednesday, June 19, 2019

while loop in python

i = 0
while i<= 20:
    print(i, "\t" ,i*i)
    i = i + 1
print("READY!\n")

No comments:

Post a Comment

python class topic video