Commit c0a46584 by BellCodeEditor

save project

parent b049d156
Showing with 2 additions and 4 deletions
...@@ -60,10 +60,8 @@ def check(center): ...@@ -60,10 +60,8 @@ def check(center):
num_list = [] num_list = []
for i in range (25): for i in range (25):
num_list.append([0 * 15]) num_list.append([0]* 15)
num_list = []
for i in range(25):
num_list.append([0]*15)
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