Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- File "c:\Users\Lou Durrant\Desktop\# Snake Game.py", line 80
- if head.distance(food) < 20:
- ^
- IndentationError: expected an indented block
- NOTE: It also told me Line 80 above when the code it shows is on Line 90 here is the code on line 80 if this helps, head.direction = "stop"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement