Commit 55202163 by BellCodeEditor

save project

parent 3e7c021e
Showing with 8 additions and 7 deletions
......@@ -5,13 +5,14 @@ score = {'悟空': student1, '诺依': student2, '小贝': student3}
name = input("名字:")
if name in score:
print('******************************')
for k,v in score[name].items():
print(k,v)
else:
print('盖亚!!!')
while True:
if name in score:
print('******************************')
for k,v in score[name].items():
print(k,v)
else:
print('盖亚!!!')
break
print('******************************')
......
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