Fork me on GitHub

Leslies Turtlehack Post

by Leslie Ho

11 Oct 2013

This is my TurtleHack post!

import turtle
from turtlehack import *

bri=turtle.Turtle()
bri.penup()
bri.setpos(0,-100)
bri.pendown()
for i in range(0,200):
   bri.circle(i)
   bri.color(random_color())
   random_circle(bri,25,max_size=100)

Leslie is a BSIS and Anthropology double major. She really likes puppies. Find Leslie Ho on Twitter, Github, and on the web.
comments powered by Disqus