Commit 3ce23f3c by BellCodeEditor

auto save

parent e2681efb
Showing with 2 additions and 1 deletions
...@@ -7,7 +7,8 @@ if name in score: ...@@ -7,7 +7,8 @@ if name in score:
info=score[name] info=score[name]
for a,b in info.items(): for a,b in info.items():
print(a,b) print(a,b)
else: else:
print("你没考试") 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