num = int(input("enter a number: ")) for i in range(num): print("+ " * num)