Traceback (most recent call last):
File "C:\Users\Artem\Desktop\програмирование\python\6\tree.py", line 36, in <module>
leo.left(60)
File "C:\Users\Artem\AppData\Local\Programs\Python\Python310\lib\turtle.py", line 1700, in left
self._rotate(angle)
File "C:\Users\Artem\AppData\Local\Programs\Python\Python310\lib\turtle.py", line 3279, in _rotate
self._update()
File "C:\Users\Artem\AppData\Local\Programs\Python\Python310\lib\turtle.py", line 2661, in _update
self._update_data()
File "C:\Users\Artem\AppData\Local\Programs\Python\Python310\lib\turtle.py", line 2651, in _update_data
self.screen._drawline(self.currentLineItem, self.currentLine,
File "C:\Users\Artem\AppData\Local\Programs\Python\Python310\lib\turtle.py", line 544, in _drawline
self.cv.coords(lineitem, *cl)
File "<string>", line 1, in coords
File "C:\Users\Artem\AppData\Local\Programs\Python\Python310\lib\tkinter\__init__.py", line 2795, in coords
self.tk.call((self._w, 'coords') + args))]
_tkinter.TclError: invalid command name ".!canvas"