python出现'int' object is not iterable的解决办 翻译:‘int’ object is not iterable的含义为:'int’对象不可迭代 解决办法:如果是进行for循环的话,必须在前面加个range 例如:for k in range(n):