life.py --> Last login: Sat Nov 10 11:20:10 on ttys000 cd '/Users/user2/Downloads/' && '/usr/local/bin/python3' -d -i '/Users/user2/Downloads/life.py' && echo Exit status: $? && exit 1 Bobs-Mac-mini:~ user2$ cd '/Users/user2/Downloads/' && '/usr/local/bin/python3' -d -i '/Users/user2/Downloads/life.py' && echo Exit status: $? && exit 1 Traceback (most recent call last): File "/Users/user2/Downloads/life.py", line 66, in done() File "", line 8, in mainloop File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/turtle.py", line 813, in mainloop TK.mainloop() File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/tkinter/__init__.py", line 560, in mainloop _default_root.tk.mainloop(n) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/tkinter/__init__.py", line 288, in _exit raise SystemExit(code) SystemExit: 0 >>> Exit status: 0 logout Saving session... ...copying shared history... ...saving history...truncating history files... ...completed. [Process completed] life2.py --> Last login: Sat Nov 10 11:27:49 on ttys000 Bobs-Mac-mini:~ user2$ cd '/Users/user2/Downloads/' && '/usr/local/bin/python3' -d -i '/Users/user2/Downloads/life2.py' && echo Exit status: $? && exit 1 Traceback (most recent call last): File "/Users/user2/Downloads/life2.py", line 246, in while True: draw() File "/Users/user2/Downloads/life2.py", line 231, in draw square(p.x, p.y, BOX_SIZE, DEAD_COLOR) File "/Users/user2/Library/Python/3.7/lib/python/site-packages/freegames/utils.py", line 64, in square turtle.up() File "", line 5, in up turtle.Terminator >>> bgerror failed to handle background error. Original error: invalid command name "exit" Error in bgerror: can't invoke "tk" command: application has been destroyed bgerror failed to handle background error. Original error: invalid command name "exit" Error in bgerror: can't invoke "tk" command: application has been destroyed