name = input( "What is your name? " )

multiplier = int(input( "How many times? " ))

print( name*multiplier )