Commit 205a27c4 by BellCodeEditor

save project

parent fa530909
Showing with 2 additions and 2 deletions
student1 = {'语':100, '数':0, '英':80} student1 = {'语':100, '数':0, '英':80}
student2 = {'语':100, '数':100,'英':100} student2 = {'语':100, '数':100,'英':100}
student3 = {'语':99, '数':90,'英'60} student3 = {'语':99, '数':90, '英':60}
score = ('吾空'student1, '诺依'student2, '小贝'student3) score = ('悟空':student1, '诺依':student2, '小贝':student3)
while True : while True :
name = input("名子:") name = input("名子:")
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