Commit 0e4658b1 by BellCodeEditor

save project

parent c2baab82
Showing with 9 additions and 2 deletions
a={} student1 = {'语文': 1, '数学:': 0, '英语:': 0}
\ No newline at end of file student2 = {'语文': 7, '数学:': 9, '英语:': 0}
student3 = {'语文': 8, '数学:': 0, '英语:': 3}
student4 = {'语文': 100, '数学:': 100, '英语:': 100}
student5 = {'语文': 100, '数学:': 100, '英语:': 100}
score = {'张育晗': student1, '周洛灵': student2, '蒋欣研': student3'蒋应铭': student4'刘曼婷': student5}
for k,v in score['张育晗'].items():
print(k,v)
\ No newline at end of file
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