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