Commit 4d2d1e97 by BellCodeEditor

auto save

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