首页 > 编程语言 > 详细

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

时间:2018-10-27 00:44:30      阅读:265      评论:0      收藏:0      [点我收藏+]

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

 

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

第1种可能情况

list[index]index超出范围

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

IndexError: list index out of range

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

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

原文:https://www.cnblogs.com/lieweidu/p/9859381.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!