#This program is for loop to repeat name = input("What is your name? ") for xyz in range(9999999999): print(name) print("The program has ended.")