name = input( "What is your name?" ) t = int(input( "how many times" ) ) print( name * t )