成功解决TypeError: 'int' object is not iterable
目录
解决问题
TypeError: 'int' object is not iterable
解决思路
TypeError: 'int' object is not iterable
解决方法
查看要迭代的对象,不能为单个整型数,可以直接转为列表,
将num改为[num]
哈哈,大功告成!
2023-12-16 13:56:33
成功解决TypeError: 'int' object is not iterable
目录
TypeError: 'int' object is not iterable
TypeError: 'int' object is not iterable
查看要迭代的对象,不能为单个整型数,可以直接转为列表,
将num改为[num]
哈哈,大功告成!
下一篇:第三周总结