#Ask for user name and repeat name five times name= input("What is your name? ") for x in range (5): print(name) print("The program has ended")