python自己输入运算符自动写出得数
提问:python自己输入运算符自动写出得数
网友回答:
改你的
num3=num1,a,num2
为
num3=eval(str(num1)+a+str(num2))