name = input ("What's your name?") print ("Okay", name) amount = int(input ("How many times?")) print (name * amount)