Commit e3af687a by BellCodeEditor

save project

parent c19f7409
Showing with 4 additions and 0 deletions
...@@ -8,3 +8,7 @@ name = input("名字:") ...@@ -8,3 +8,7 @@ name = input("名字:")
# 查询并打印出输入的名字对应的所有科目的成绩 # 查询并打印出输入的名字对应的所有科目的成绩
for i1 in score[name].items():
print(i1)
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