Advertisement
Guest User

Snake Game

a guest
Apr 9th, 2020
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.59 KB | None | 0 0
  1. Traceback (most recent call last):
  2.   File "C:/Users/hicham/Desktop/Python Games/Snake in Python.py", line 93, in <module>
  3.     wn.update()
  4.   File "C:\Python34\lib\turtle.py", line 1304, in update
  5.     t._drawturtle()
  6.   File "C:\Python34\lib\turtle.py", line 3011, in _drawturtle
  7.     width=w, top=True)
  8.   File "C:\Python34\lib\turtle.py", line 514, in _drawpoly
  9.     self.cv.coords(polyitem, *cl)
  10.   File "<string>", line 1, in coords
  11.   File "C:\Python34\lib\tkinter\__init__.py", line 2307, in coords
  12.     self.tk.call((self._w, 'coords') + args))]
  13. _tkinter.TclError: invalid command name ".39595344"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement