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