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