Commit 4e7cee9c by BellCodeEditor

save project

parent 2e492b43
Showing with 5 additions and 5 deletions
......@@ -8,12 +8,12 @@ while True:
name = input("名字:")
print('*'*10)
if name in score:
if name in score:
into=score[name]
for k,l in into.items():
print(k,l)
else name == 'q'
else name == 'q':
break
else:
else:
print('名字有误')
print('*'*10)
\ No newline at end of file
print('*'*10)
\ 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