Commit c367a15e by BellCodeEditor

save project

parent 89115612
Showing with 3 additions and 2 deletions
......@@ -8,4 +8,5 @@ name = input("名字:")
# 查询并打印出输入的名字对应的所有科目的成绩
print(score[name])
\ No newline at end of file
for a,b in score[name].items():
print(a,b)
\ 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