Commit 3ad41bed by BellCodeEditor

auto save

parent 35ba7a04
Showing with 2 additions and 1 deletions
...@@ -8,7 +8,7 @@ while True: ...@@ -8,7 +8,7 @@ while True:
info=score[b] info=score[b]
for k,v in info.items(): for k,v in info.items():
print(k,v) print(k,v)
elif b=='R' elif b=='R':
else: else:
print("错误") print("错误")
\ 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