Skip to content

Instantly share code, notes, and snippets.

@TalhaAkkas
Created April 30, 2011 20:35
Show Gist options
  • Save TalhaAkkas/949971 to your computer and use it in GitHub Desktop.
Save TalhaAkkas/949971 to your computer and use it in GitHub Desktop.
Turtle returns back :))
import turtle
turtle.tracer(10)
while True:
turtle.ondrag(turtle.setpos)
turtle.listen()
turtle.update()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment