python3错误之TypeError: 'dict_items' object is not callable

Posted 海的味道

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python3错误之TypeError: 'dict_items' object is not callable相关的知识,希望对你有一定的参考价值。

这种错误出现在循环结构中套循环结构,而循环时内部循环为字典,外部循环为该字典调用items方法后取到的值,内部循环调用外部循环中遍历的结果:

 

解决方案:

将外部循环的items()方法调用改为.keys() or .values()然后在内部循环中调用即可

 

以上是关于python3错误之TypeError: 'dict_items' object is not callable的主要内容,如果未能解决你的问题,请参考以下文章

python3在pycharm中为什么导入random模块不能用? TypeError: 'module' object is not callable

Python错误:TypeError:'str' does not support the buffer interface

RF之TypeError: Object of type 'bytes' is not JSON serializable

python3报错:TypeError: can't concat bytes to str

python3在pycharm中为啥导入random模块不能用? TypeError: 'module' object is not callable

Python-TypeError:'