Commit 53342b96 by BellCodeEditor

save project

parent b993d317
Showing with 1 additions and 0 deletions
...@@ -8,6 +8,7 @@ while True: ...@@ -8,6 +8,7 @@ while True:
b=score[a] b=score[a]
for k,v in b.items(): for k,v in b.items():
print(k,v) print(k,v)
break
else: else:
print('0分') print('0分')
......
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