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