Fork me on GitHub

Another turtle

by Amber Sherman

13 Oct 2013

Sorry this is late! Thanks again to Grant for the help.

import turtle
import turtlehack
import random

ed = turtle.Turtle()

ed.color(turtlehack.random_color())
turtlehack.random_circle(ed, 5, 100)
ed.left(45)

ed.color(turtlehack.random_color())
turtlehack.random_circle(ed, 5, 100)
ed.left(45)

ed.color(turtlehack.random_color())
turtlehack.random_circle(ed, 5, 100)
ed.left(45)

ed.color(turtlehack.random_color())
turtlehack.random_circle(ed, 5, 100)
ed.left(45)

ed.color(turtlehack.random_color())
turtlehack.random_circle(ed, 5, 100)
ed.left(45)

ed.color(turtlehack.random_color())
turtlehack.random_circle(ed, 5, 100)
ed.left(45)

Amber Second Turtle

Amber is a 2nd year MLS student hoping to find a big girl job with a digital library or archive. Find Amber Sherman on Twitter, Github, and on the web.
comments powered by Disqus