name=input("What is your name?") amount= int(input("how many times?")) print((name + " ")* amount)