Commit f10c56ab by BellCodeEditor

save project

parent 8179dc84
Showing with 2 additions and 0 deletions
...@@ -9,5 +9,7 @@ if name in score: ...@@ -9,5 +9,7 @@ if name in score:
a=score[name] a=score[name]
for k,v in a.items(): for k,v in a.items():
print(k,v) print(k,v)
else:
print("为找到你的名字")
# 查询并打印出输入的名字对应的所有科目的成绩 # 查询并打印出输入的名字对应的所有科目的成绩
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