Skip to content

Instantly share code, notes, and snippets.

@bjartwolf
Created January 23, 2014 15:01
Show Gist options
  • Save bjartwolf/8579941 to your computer and use it in GitHub Desktop.
Save bjartwolf/8579941 to your computer and use it in GitHub Desktop.
turtle.py
from turtle import *
shape("turtle")
for count in range(4):
forward(100)
right(90)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment