1、首先,新建一个空列表。代码示例如下:info = []
3、接着用list.append() 的方法将存储学生1成绩的字典添加到列表中。代码示例如下:info.append(student_1)info