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