20 comments on hello, world by seya

thanks = True

abunch = 1000000

count = 0

while thanks:

if count < abunch:

print('Thanks!')

count += 1

else:

thanks = False

 
Quantcast