The TurtleSC Package for Python turtle.py Shortcuts
Posted by Al Sweigart in misc
TurtleSC provides a mini-language of shortcut instructions to carry out turtle.py function calls, like 'f 100'
instead of forward(100)
. These two examples do the same thing: