Guest User

Untitled

a guest
Jul 15th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. ...
  2. if len(snake.body) >= 1:
  3. for cell in snake.body:
  4. if snake.x_pos == cell[0] and snake.y_pos == cell[1]:
  5. self.loop()
  6. ...
Add Comment
Please, Sign In to add comment