total=0
output=("enter next sales value")
sales=input
total_sales=total+sales
I keep getting this error:
Traceback (most recent call last): File "python", line 4, in TypeError: unsupported operand type(s) for +: 'int' and 'builtin_function_or_method'