Skip to content

Instantly share code, notes, and snippets.

@mattvenn
Created December 3, 2014 09:38
Show Gist options
  • Select an option

  • Save mattvenn/2399d35a9a44e556e5fd to your computer and use it in GitHub Desktop.

Select an option

Save mattvenn/2399d35a9a44e556e5fd to your computer and use it in GitHub Desktop.
Author: Lewis S. Russell, School: Woodard
from turtle import *
shape ("turtle")
speed(25)
color("blue")
pensize(6)
forward(150)
right(90)
forward(25)
right(90)
forward(25)
right(90)
forward(25)
forward(150)
right(90)
forward(25)
right(90)
forward(25)
right(90)
forward(25)
forward(150)
right(90)
forward(25)
right(90)
forward(25)
right(90)
forward(25)
forward(150)
right(90)
forward(25)
right(90)
forward(25)
right(90)
forward(25)
color("red")
penup()
left(45)
pendown()
forward(150)
left(90)
forward(25)
left(90)
forward(25)
left(90)
forward(25)
forward(150)
left(90)
forward(25)
left(90)
forward(25)
left(90)
forward(25)
forward(150)
left(90)
forward(25)
left(90)
forward(25)
left(90)
forward(25)
forward(150)
left(90)
forward(25)
left(90)
forward(25)
left(90)
forward(25)
color("green")
penup()
right(60)
pendown()
forward(150)
right(90)
forward(25)
right(90)
forward(25)
right(90)
forward(25)
forward(150)
right(90)
forward(25)
right(90)
forward(25)
right(90)
forward(25)
forward(150)
right(90)
forward(25)
right(90)
forward(25)
right(90)
forward(25)
forward(150)
right(90)
forward(25)
right(90)
forward(25)
right(90)
forward(25)
color("purple")
penup()
right(60)
pendown()
forward(150)
right(90)
forward(25)
right(90)
forward(25)
right(90)
forward(25)
forward(150)
right(90)
forward(25)
right(90)
forward(25)
right(90)
forward(25)
forward(150)
right(90)
forward(25)
right(90)
forward(25)
right(90)
forward(25)
forward(150)
right(90)
forward(25)
right(90)
forward(25)
right(90)
forward(25)
color("gold")
penup()
right(60)
pendown()
forward(150)
right(90)
forward(25)
right(90)
forward(25)
right(90)
forward(25)
forward(150)
right(90)
forward(25)
right(90)
forward(25)
right(90)
forward(25)
forward(150)
right(90)
forward(25)
right(90)
forward(25)
right(90)
forward(25)
forward(150)
right(90)
forward(25)
right(90)
forward(25)
right(90)
forward(25)
color("orange")
penup()
right(60)
pendown()
forward(150)
right(90)
forward(25)
right(90)
forward(25)
right(90)
forward(25)
forward(150)
right(90)
forward(25)
right(90)
forward(25)
right(90)
forward(25)
forward(150)
right(90)
forward(25)
right(90)
forward(25)
right(90)
forward(25)
forward(150)
right(90)
forward(25)
right(90)
forward(25)
right(90)
forward(25)
color("deeppink")
penup()
right(60)
pendown()
forward(150)
right(90)
forward(25)
right(90)
forward(25)
right(90)
forward(25)
forward(150)
right(90)
forward(25)
right(90)
forward(25)
right(90)
forward(25)
forward(150)
right(90)
forward(25)
right(90)
forward(25)
right(90)
forward(25)
forward(150)
right(90)
forward(25)
right(90)
forward(25)
right(90)
forward(25)
color("navy")
penup()
right(60)
pendown()
forward(150)
right(90)
forward(25)
right(90)
forward(25)
right(90)
forward(25)
forward(150)
right(90)
forward(25)
right(90)
forward(25)
right(90)
forward(25)
forward(150)
right(90)
forward(25)
right(90)
forward(25)
right(90)
forward(25)
forward(150)
right(90)
forward(25)
right(90)
forward(25)
right(90)
forward(25)
color("pink")
penup()
right(60)
pendown()
forward(150)
right(90)
forward(25)
right(90)
forward(25)
right(90)
forward(25)
forward(150)
right(90)
forward(25)
right(90)
forward(25)
right(90)
forward(25)
forward(150)
right(90)
forward(25)
right(90)
forward(25)
right(90)
forward(25)
forward(150)
right(90)
forward(25)
right(90)
forward(25)
right(90)
forward(25)
color("darkred")
penup()
right(60)
pendown()
forward(150)
right(90)
forward(25)
right(90)
forward(25)
right(90)
forward(25)
forward(150)
right(90)
forward(25)
right(90)
forward(25)
right(90)
forward(25)
forward(150)
right(90)
forward(25)
right(90)
forward(25)
right(90)
forward(25)
forward(150)
right(90)
forward(25)
right(90)
forward(25)
right(90)
forward(25)
done()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment