Commit 7c74601d by BellCodeEditor

save project

parent 67a74c14
Showing with 7 additions and 4 deletions
if score > old_score: with open('score.txt','r',encoding='utf-8') as f:
score_audio.play() content = f.read()
old_score = score record = json.loads(content)
\ No newline at end of file one = record["第1名"]
tow = record["第2名"]
three = record["第3名"]
\ No newline at end of file
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