import random X = random.randint(0, 100) Y = X+8 while Y > X: X+=1 Y+=1 print("maite nau")