So I’m using sublime for school, and I’m coding with pythons built in line drawing library, turtle. I use a method to draw my lines, then have an input statement to pause. I currently have it set to just have the user press enter to continue. When it gets to this part and I press enter, the turtle window crashes and sublime freezes. If I run the same file in pycharm, it works.
I hope I explained that the best I could, but it seems that sublime is causing some hangup between the input statement and drawing the next shape.