Commit d838a459 by BellCodeEditor

save project

parent 7301b60c
Showing with 1 additions and 0 deletions
...@@ -3,6 +3,7 @@ student2={'语文':100,'数学':100,'英语':100} ...@@ -3,6 +3,7 @@ student2={'语文':100,'数学':100,'英语':100}
student3={'语文':98,'数学':90,'英语':89} student3={'语文':98,'数学':90,'英语':89}
score={'小贝':student1,'悟空':student2,'诺依':student3} score={'小贝':student1,'悟空':student2,'诺依':student3}
while True: while True:
print('想退出,请按a')
name=input('姓名:') name=input('姓名:')
print('*'*10) print('*'*10)
if name in score: if name in score:
......
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