Commit 1c739811 by BellCodeEditor

save project

parent 4e1104d7
Showing with 2 additions and 1 deletions
student1 = {'语文': 100, '数学': 100, '英语': 100} student1 = {'语文': 100, '数学': 100, '英语': 100}
student2 = {'语文': 100, '数学': 100, '英语': 100} student2 = {'语文': 100, '数学': 100, '英语': 100}
student3 = {'语文': 100, '数学': 100, '英语': 100} student3 = {'语文': 100, '数学': 100, '英语': 100}
score = {'悟空': student1, '诺依': student2, '小贝': student3,} student4 = {'语文': 100, '数学': 100, '英语': 99}
score = {'悟空': student1, '诺依': student2, '小贝': student3,'小': student4}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment