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