my run window closes automatically in PyCharm after running the Python Turtle programming, but I would like the window to remain open. Is there a way?
Right now I need to enter " input() " at the end of the script to prevent the window from automatically closing. But I hope there is a better way. Thanks!