Commit 8b0faf1b by BellCodeEditor

save project

parent ef5b52c0
Showing with 1 additions and 0 deletions
...@@ -8,6 +8,7 @@ if name in score: ...@@ -8,6 +8,7 @@ if name in score:
info=score[name] info=score[name]
for v,k in info.items(): for v,k in info.items():
print(v,k) print(v,k)
print("*"*20)
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