Python错误集锦:TypeError: unsupported operand type(s) for +: ‘int’ and ‘str’
原文链接:http://www.juzicode.com/archives/2411错误提示:进行加减法运算时提示:TypeError:unsupportedoperandtype(s)for+:‘int’and‘str’:D:\juzicode>pythontest.pyTraceback(mostrecentcalllast):File"test.py",line6,in c=a+bTypeE