Commit 6facdb6b by BellCodeEditor

save project

parent 251b4e14
Showing with 2 additions and 0 deletions
...@@ -9,6 +9,8 @@ while True: ...@@ -9,6 +9,8 @@ while True:
for k,v in a.items(): for k,v in a.items():
print(k,v) print(k,v)
print('+'*30) print('+'*30)
elif name=='q':
break
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