Commit 163b3390 by BellCodeEditor

save project

parent 42049586
Showing with 2 additions and 0 deletions
...@@ -137,6 +137,8 @@ while True: ...@@ -137,6 +137,8 @@ while True:
else: else:
recond["第三名"]=score recond["第三名"]=score
recond=json.dumps(recond,ensure_ascii=False) recond=json.dumps(recond,ensure_ascii=False)
with open ("record,txt","w",encoding='utf-8')as f:
f.write(recond)
else: else:
......
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