Commit def28608 by BellCodeEditor

save project

parent 3174ea24
Showing with 1 additions and 1 deletions
...@@ -132,7 +132,7 @@ while True: ...@@ -132,7 +132,7 @@ while True:
elif score>two: elif score>two:
cc["第2名"] cc["第2名"]
cc["第3名"] cc["第3名"]
eles: 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:
......
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