输出学生名单的程序,出现TypeError: 'list' object is not callable,求解
For语句改下:
for i in range(0, -len(list_name),-1): print(list_name[i])
291行,292行,都缩进4个空格即可!