name = input("Enter name: ") num = int(input("Enter number of times: ")) for i in range(0,num): print(name) input("Press enter to continue")