Commit fa3f603f by BellCodeEditor

save project

parent f57e93b7
Showing with 1 additions and 1 deletions
......@@ -133,7 +133,7 @@ while True:
elif score >two:
record["第一名"]=score
record["第二名"]=two
else:
else:
record["第三名"]=score
record = json.dumps(record,ensure_ascii=False)
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