Commit 4e7cee9c by BellCodeEditor

save project

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