from schoginitoys import *
while True:
number = random.randint(0, 9999)
show("{:04}".format(number))
time.sleep(2)from schoginitoys import *
while True:
number = random.randint(0, 9999)
show("{:04}".format(number))
time.sleep(2)