I am making a calculation program where randomly chosen operator does addition and subtraction of two numbers the problem is that beside showing '+' or '-' sign, the outcome is 9<built-in function add>7
I am writing the code like this
input(num1 + str(operator) + num2, "= ")