Commit 7759f3e6 by BellCodeEditor

auto save

parent 10d815da
Showing with 5 additions and 2 deletions
......@@ -8,4 +8,7 @@ while True:
if x in score:
y=score[x]
for m,n in y.items():
print(m,n)
\ No newline at end of file
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