Skip to content

Instantly share code, notes, and snippets.

@bensonk
Created July 9, 2010 20:27
Show Gist options
  • Select an option

  • Save bensonk/470014 to your computer and use it in GitHub Desktop.

Select an option

Save bensonk/470014 to your computer and use it in GitHub Desktop.
from turtle import Turtle
t = Turtle()
t.speed("fastest")
for i in (x*2 for x in range(300)):
t.forward(i * 1.2)
t.right(90.5)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment