标签: python
x = raw_input("First Number?") y = raw_input("Second Number?") print operator.add(x + y)
可能很容易回答....当我运行它时,它只是组合字符串,而不是添加数字。感谢