Commit b7a8abdd by BellCodeEditor

auto save

parent 224f860f
Showing with 4 additions and 3 deletions
...@@ -9,8 +9,9 @@ print("*"*30) ...@@ -9,8 +9,9 @@ print("*"*30)
if name in score: if name in score:
info=score[name] info=score[name]
# 查询并打印出输入的名字对应的所有科目的成绩 # 查询并打印出输入的名字对应的所有科目的成绩
info=score[name]
for k,v in info.items(): for k,v in info.items():
print(k,v) print(k,v)
print("*"*30)
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