Commit 79143682 by BellCodeEditor

save project

parent 56d215ea
Showing with 4 additions and 6 deletions
...@@ -46,6 +46,7 @@ with open('record.txt','r',encoding='utf-8') as um: ...@@ -46,6 +46,7 @@ with open('record.txt','r',encoding='utf-8') as um:
one=f['第1名'] one=f['第1名']
two=f['第2名'] two=f['第2名']
three=f['第3名'] three=f['第3名']
basic_font = pygame.font.Font('STKAITI.TTF',32) basic_font = pygame.font.Font('STKAITI.TTF',32)
index = 0 index = 0
y = 400 y = 400
......
import random
c=randit(80,90) {"第1名": 100, "第2名": 90, "第3名":87}
d=randit(60,70) \ No newline at end of file
e=randit(40,50)
{"第1名": c, "第2名": d, "第3名":e}
\ 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