turtle module information

J.Jacob joost_jacob at hotmail.com
Sun Jul 28 03:17:19 EDT 2002


[David Wright]
> Hi,
> Since you have been using turtle.py, could you please tell this newbie how
> to import it into IDLE and start using the turtle commands. Where do the
> graphics appear?

If you run idle you can type at the ">>>" prompt:
>>> import turtle
>>> turtle.write('David')
Now you will see a separate window popping up with 'David' in it.



More information about the Python-list mailing list