number = float(input()) while 1 > number <= 100: number = float(input()) print(f"The number {number} is between 1 and 100")