Commit 28792dbf by BellCodeEditor

save project

parent 87288af7
Showing with 2 additions and 0 deletions
......@@ -9,7 +9,9 @@ if name in score:
# 查询并打印出输入的名字对应的所有科目的成绩
info=score[name]
print("*"*30)
for k,v in info.items():
print(k,v)
print("*"*30)
else:
print("查询错误,请输入正确名字,否则罚1000元,打爆牟星宇的鸡娃")
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