Commit 1d94cd13 by BellCodeEditor

save project

parent def28608
Showing with 1 additions and 1 deletions
...@@ -134,7 +134,7 @@ while True: ...@@ -134,7 +134,7 @@ while True:
cc["第3名"] cc["第3名"]
else: else:
cc["第三名"] cc["第三名"]
cc=json.dumps(cc.ensure_ascii=False) cc=json.dumps(cc,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(cc) f.write(cc)
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