我有一个大小为 155 的数组,我的程序包括您输入一个单词,然后在数组中搜索该单词。但是,当我输入'176'
数组中的最后一个单词时,它会给出list index out of range
错误为什么会这样?
i = resList.index(resiID) # --searchs list and give number where found, for last word gives 155
print len(resultss) # --prints 155
colour = resultss[i] # --error given on this line