Commit d80b5735 by BellCodeEditor

save project

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