Commit 7759f3e6 by BellCodeEditor

auto save

parent 10d815da
Showing with 4 additions and 0 deletions
...@@ -9,3 +9,6 @@ while True: ...@@ -9,3 +9,6 @@ while True:
y=score[x] y=score[x]
for m,n in y.items(): for m,n in y.items():
print(m,n) print(m,n)
break
else:
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