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