name = input("what is your name:") times= int(input("how many times:")) print(name + " ") print( name, "*", times, "=", name*times)