Skip to content

Instantly share code, notes, and snippets.

View dvalentino's full-sized avatar

dvalentino dvalentino

  • Chicago, IL
View GitHub Profile
@dvalentino
dvalentino / turtle.py
Created May 4, 2013 22:57
Simple Turtle Class for Pythonista (iOS)
# -*- coding: utf-8 -*-
#
# turtle.py - Turtle Class for Pythonista
#
# When run as a script, the following are demonstrated:
# (a) multiple turtle instances illustrate turtle behaviors
# (b) the classic Koch snowflake is drawn
#
# History:
# 13-Apr-2013 DJValentino created Turtle Class