This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #\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 |