import random input("guess my number") while answer < number : number = random.randint(1, 100) print("lower")