rows = int(input("Enter a number: ")) count = 0 while count != rows: print("+ " * rows) count+= 1