Commit dd1f1c85 by BellCodeEditor

save project

parent 754ff168
Showing with 5 additions and 1 deletions
......@@ -5,9 +5,13 @@ s = {'悟空': student1, '诺依': student2, '小贝': student3}
name = input("名字:")
if name in s:
l=s[name]
for i,f in s.items():
for i,f in l.items():
print(i,f)
else:
print('输入错误,请重新输入')
name = input("名字:")
# 查询并打印出输入的名字对应的所有科目的成绩
......
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