Commit 0f1d4ea6 by BellCodeEditor

auto save

parent a55b1f1f
Showing with 2 additions and 1 deletions
...@@ -9,7 +9,7 @@ while True: ...@@ -9,7 +9,7 @@ while True:
print("^^^^^"*7) print("^^^^^"*7)
for k,v in score[name].items(): for k,v in score[name].items():
# 查询并打印出输入的名字对应的所有科目的成绩 # 查询并打印出输入的名字对应的所有科目的成绩
print(k,v,) print(k,v)
print('----------------完事----------------') print('----------------完事----------------')
else: else:
print("您谁") print("您谁")
\ No newline at end of file
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