#ask for username repeat name 5 times name = input("what is your name? ") for x in range (5): print(name) print("the program ended")