# run the script and # perform heavy dragging the turtle in the # graphics window with left mouse button pressed from turtle import * speed(0) ondrag(goto) # comment out mainloop() if running the script # from within IDLE with -n switch mainloop()