美文网首页
python 遇见常错误(待添加)

python 遇见常错误(待添加)

作者: 戒灵 | 来源:发表于2018-10-25 17:24 被阅读0次

1,

>>> 'abc' in 6

Traceback (most recent call last):

  File "<stdin>", line 1, in <module>

TypeError: argument of type 'int' is not iterable

2,

1和2是返回是数字而约束不包括数字而引起的错误

相关文章

网友评论

      本文标题:python 遇见常错误(待添加)

      本文链接:https://www.haomeiwen.com/subject/neyctqtx.html