Commit 8c680b0d by BellCodeEditor

save project

parent 25396898
Showing with 1 additions and 1 deletions
...@@ -133,7 +133,7 @@ while True: ...@@ -133,7 +133,7 @@ while True:
record["第叁名"] = two record["第叁名"] = two
else: else:
record["第叁名"] = score record["第叁名"] = score
record = json.dumps(record.ensure_ascii=False) record = json.dumps(record,ensure_ascii=False)
with open("record.txt","w",encoding='utf-8') as f: with open("record.txt","w",encoding='utf-8') as f:
f.write(record) f.write(record)
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