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