name = input("Enter name: ") for i in name: print(i) input("Press enter to continue")