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