Commit 214fd3dc by BellCodeEditor

save project

parent 2f7b1f74
Showing with 6 additions and 0 deletions
...@@ -58,6 +58,12 @@ old=0 ...@@ -58,6 +58,12 @@ old=0
block_list =pygame.sprite.Group() # 创建精灵组 block_list =pygame.sprite.Group() # 创建精灵组
with open("record.txt",'r',encoding='uft-8') as f:
n=f.read()
one = n["第1名"]
two = n["第2名"]
three = n["第3名"]
print(one,two,three)
while True: while True:
for event in pygame.event.get(): for event in pygame.event.get():
if event.type == locals.QUIT: if event.type == locals.QUIT:
......
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