Python TypeError: not all arguments converted during string formatting 报错
代码实例strs=(1,2,3,4)#创建一个集合strs(1,2,3,4)>>>print'strs=%s'%strsTraceback(mostrecentcalllast):File"",line1,inprint'strs=%s'%strTypeError:notallargumentsconvertedduringstringformatting原因:1%操作符只能直接用于字符串(‘12