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解决方法
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解决方法