from random import randint
that_mega = []
def pick(n):
selection = randint(1,n)
if selection not in that_mega:
that_mega.append(selection)
pick(70)
pick(70)
pick(70)
pick(70)
pick(70)
that_mega.sort()
pick(25)
pyscript.write('mega', that_mega)
Today's lotto numbers are: