name = input( "what is your name?") count=int(input("how many times")) print(name*count)