當前位置:成語大全網 - 新華字典 - python問題 \readmnist.py 19 IndexError: string index out of range

python問題 \readmnist.py 19 IndexError: string index out of range

studen=('xzj','jzx','zxj','jxz'),

這壹句中最後的逗號去掉

不去掉的話就相當於studen=(('xzj','jzx','zxj','jxz'),)

這樣studen就是含有兩個元素的tuple,new_studen[0][3]相當於studen[3],所以就超出範圍了