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