Advertisement
Guest User

Error Message

a guest
Oct 17th, 2020
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.29 KB | None | 0 0
  1. File "c:\Users\Lou Durrant\Desktop\# Snake Game.py", line 80
  2.     if head.distance(food) < 20:
  3.     ^
  4. IndentationError: expected an indented block
  5.  
  6. 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