1200字范文,内容丰富有趣,写作的好帮手!
1200字范文 > python常见错误 TypeError: 'NoneType' object is not iterable

python常见错误 TypeError: 'NoneType' object is not iterable

时间:2020-01-29 10:33:38

相关推荐

python常见错误 TypeError: 'NoneType' object is not iterable

TypeError: 'NoneType' object is not iterable

1. 将None赋给多个值时,会出现提示:TypeError: 'NoneType' object is not iterable

2. 函数返回值一定要考虑到条件分支的覆盖

3. 在没有return语句时,python默认会返回None(return返回数据为空)

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。