Commit c6a526c2 by BellCodeEditor

save project

parent 7ae70ca3
Showing with 4 additions and 4 deletions
......@@ -54,10 +54,10 @@ old_score=0
score_music=pygame.mixer.Sound('score.wav')
with open('record.txt','r',encoding='utf-8') as qwe:
e=qwe.read()
t=json.loads(e)
one=t["第1名"]
two=t["第2名"]
three=t["第3名"]
r=json.loads(e)
one=r["第1名"]
two=r["第2名"]
three=r["第3名"]
print(one)
while True:
......
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