Commit d2455f78 by BellCodeEditor

save project

parent 13060825
Showing with 4 additions and 2 deletions
...@@ -10,4 +10,6 @@ score = {'悟空': student1, '诺依': student2, '小贝': student3} ...@@ -10,4 +10,6 @@ score = {'悟空': student1, '诺依': student2, '小贝': student3}
while True: while True:
a=inport("名字:") a=inport("名字:")
if a in score: if a in score:
b= b=score[a]
\ No newline at end of file for k,v in b.items():
print(k,v)
\ No newline at end of file
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