python运行出现:list index out of range解决方法

python运行出现:list index out of range错误提示按英文翻译是超出列表范围,如列表就2个元素,而我们调用第三个位置就会错如:

car = ['哈弗H6', '瑞虎8']
print(car[2])
如果运行上面2行代码就会出现python运行出现:list index out of range错误提示
运行
print(car[1])就正常

未经允许不得转载:445IT之家 » python运行出现:list index out of range解决方法

赞 (16) 打赏

觉得文章有用就打赏一下文章作者

支付宝扫一扫打赏

微信扫一扫打赏