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