# loop testing food = input("what is your faverote food? ") for xyz in range(999999999999999999999999999999999999999999): print(f"your faverote food is {food}") print("The program has ended")