Skip to content

Instantly share code, notes, and snippets.

@HelloRocket
HelloRocket / turtle2.py
Created August 21, 2020 14:00 — forked from jsbain/turtle2.py
turtle2.py
#\input texinfo
# coding: utf-8
# ui-based iOS port of the turtle module (not 100% compatible with standard library
# turtle module, but most things beginners would use should work)
import ui
from math import *
import math
import time