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