python运行报错:TypeError: argument of type 'int' is not iterable
python运行报错:TypeError: argument of type 'int' is not iterable
python运行报错:
中文解释:TypeError: int类型的参数不是可迭代的
解决办法:
int类型不能直接进行循环,改变数据类型即可,把int类型改变为str类型 (例):
python运行报错:
中文解释:TypeError: int类型的参数不是可迭代的
解决办法:
int类型不能直接进行循环,改变数据类型即可,把int类型改变为str类型 (例):