[Tutor] how to write a turtle.py program

reavey reavey@nep.net
Tue Feb 11 08:24:03 2003


I am having fun  using turtle.py thru the interpreter.
However, the turtle draws and the display box vanishes
with a test like:

#!/usr/bin/python
import turtle
turtle.reset()
turtle.forward(100)

thanks
re-v