Commit 673a88bd by BellCodeEditor

save project

parent 687dd0fa
Showing with 1 additions and 0 deletions
...@@ -58,6 +58,7 @@ while True: ...@@ -58,6 +58,7 @@ while True:
if apple_x == x and apple_y == y: if apple_x == x and apple_y == y:
apple_x = random.randint(0,21)*30 apple_x = random.randint(0,21)*30
apple_y = random.randint(0,15)*30 apple_y = random.randint(0,15)*30
el
position.append((x, y)) position.append((x, y))
position.pop(0) position.pop(0)
......
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