Commit dfaaed18 by BellCodeEditor

save project

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