Python常见错误:IndexError: list index out of range

Posted 烈维度

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Python常见错误:IndexError: list index out of range相关的知识,希望对你有一定的参考价值。

用python写脚本查询字典时,在遍历字典时循环到某一项时老是报错

 

出现这种错误有两种情况:

第1种可能情况

list[index]index超出范围

第2种可能情况
list是空值就会出现

IndexError: list index out of range

第二种情况尤为难以排除错误


以上是关于Python常见错误:IndexError: list index out of range的主要内容,如果未能解决你的问题,请参考以下文章

python 异常常见错误

python 异常常见错误

Python - 警告:意外错误:<class 'IndexError'>

python常见异常和异常捕获

python常见的错误异常

Python错误IndexError:只有整数