Commit 4b2c83e7 by BellCodeEditor

save project

parent 3189ff9f
Showing with 1 additions and 2 deletions
...@@ -10,8 +10,7 @@ for k,v in score.items(): ...@@ -10,8 +10,7 @@ for k,v in score.items():
print(score['悟空'][student1]) print(score['悟空'][student1])
elif name == student2: elif name == student2:
print(score['诺依'][student2]) print(score['诺依'][student2])
elif expression: elif name == student3:
pass name == student3:
print(score['小贝'][student3]) print(score['小贝'][student3])
else: else:
print(hfttht) print(hfttht)
......
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