Commit fcb4ffb5 by BellCodeEditor

save project

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