Commit 6f2451ea by BellCodeEditor

auto save

parent dd65bb0f
Showing with 3 additions and 0 deletions
......@@ -6,4 +6,7 @@ name=input("名字")
o=score[name]
for k,y in o.items():
print(k,y)
print("*"*30)
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