timesby = int( input( "Enter a number" ) ) for number in range(timesby): print(" + " * timesby)