Advertisement
Guest User

Snake game Python

a guest
Feb 23rd, 2021
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.66 KB | None | 0 0
  1. Traceback (most recent call last):
  2.   File "C:\Users\isabell.moghen\Desktop\Valgfag\snake game try.py", line 92, in <module>
  3.     wn.update()
  4.   File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.8_3.8.2032.0_x64__qbz5n2kfra8p0\lib\turtle.py", line 1304, in update
  5.     t._update_data()
  6.   File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.8_3.8.2032.0_x64__qbz5n2kfra8p0\lib\turtle.py", line 2647, in _update_data
  7.     self.screen._incrementudc()
  8.   File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.8_3.8.2032.0_x64__qbz5n2kfra8p0\lib\turtle.py", line 1293, in _incrementudc
  9.     raise Terminator
  10. turtle.Terminator
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement