Commit a5bd8ab3 by BellCodeEditor

save project

parent 6477eae9
Showing with 4 additions and 0 deletions
...@@ -9,8 +9,12 @@ print("*" * 30) ...@@ -9,8 +9,12 @@ print("*" * 30)
for k,v in score[name].items(): for k,v in score[name].items():
print(k,v) print(k,v)
print("*"*30) print("*"*30)
elif name == "q":
break
else: else:
print("输入正确的名字") print("输入正确的名字")
print("*"*30)
print("over")
# 查询并打印出输入的名字对应的所有科目的成绩 # 查询并打印出输入的名字对应的所有科目的成绩
......
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