import turtle
timmy = turtle.Turtle()
timmy.forward(100)
When I run this code, the Python Turtle Graphics window pops up on my screen, frozen. Right after that it crashes and leaves me confused.
Can someone please tell me how to stop it from crashing? Thanks!