Python问题:'Nonetype' object is not iterable
Posted classics
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Python问题:'Nonetype' object is not iterable相关的知识,希望对你有一定的参考价值。
【解析】
这个错误提示一般发生在将None赋给多个值时。
【案例】
定义了如下的函数
def test():
if value == 1:
a = b = 1
return a,b
value = 0
a,b = test()
以上是关于Python问题:'Nonetype' object is not iterable的主要内容,如果未能解决你的问题,请参考以下文章
Python问题——AttributeError: 'NoneType' object has no attribute 'append'
python爬虫的一个问题,'NoneType' object has no attribute 'children'?
Python问题:'Nonetype' object is not iterable
python TypeError: 'NoneType' object is not iterable
python AttributeError: 'NoneType' object has no attribute 'group'
python-pip升级报错- AttributeError: 'NoneType' object has no attribute 'bytes'