num1=int(input("pick a number:")) for number in range(num1) : print(" + "*num1)