课程
/后端开发
/Python
/初识Python
。。。。。。。字数字数
2018-05-20
源自:初识Python 9-3
正在回答
python3有如下改变:
Removed dict.iteritems(), dict.iterkeys(), and dict.itervalues().
Instead: use dict.items(), dict.keys(), and dict.values() respectively.
慕神9121123
慕大仙 回复 慕神9121123
的确,使用Itervalues时系统会显示AttributeError: 'dict' object has no attribute 'itervalues'
举报
学python入门视频教程,让你快速入门并能编写简单的Python程序