- Code: Select all
import random
import time
legltn = ['A','B','C','D','E','F','G','H','I','J','K','L','M',
'N','O','P','Q','R','S','T','U','V','W','X','Y','Z']
one = 'Act'
another = 'The'
def yawn():
zzzz = random.randint(0,25)
zzz = random.randint(0,25)
zz = random.randint(0,25)
z = random.randint(0,25)
return another+' '+legltn[zzzz]+legltn[zzz]+legltn[zz]+legltn[z]+' '+one
money = 1
while money:
print yawn()
time.sleep(1) # or 6048001



