name = input("whats you name? ") name = name + " " num = int( input("how many times? ")) print( name * num )