摘要: 我写了下面一段代码: 1 students = [] #定义一个students列表 2 stu_id = 1 3 score = 100 4 for num in range(1,7): #列表中的元素是字典结构 5 new_student = { 6 'stu_id':stu_id, 7 'sc 阅读全文
posted @ 2020-02-19 10:47 dahere 阅读(1191) 评论(1) 推荐(0) 编辑