Skip to content

Instantly share code, notes, and snippets.

@rpalo
Created December 10, 2018 04:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rpalo/0924efb98d18ad5a923fc131df72b36e to your computer and use it in GitHub Desktop.
Save rpalo/0924efb98d18ad5a923fc131df72b36e to your computer and use it in GitHub Desktop.
import turtle
window = turtle.Screen()
joe = turtle.Turtle()
joe.forward(50)
joe.left(90)
joe.forward(100)
turtle.done()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment