turtle module information

David Wright davidw at uq.net.au
Sun Jul 28 20:50:26 EDT 2002


"J.Jacob" <joost_jacob at hotmail.com> wrote in message
news:13285ea2.0207272317.39a94189 at posting.google.com...
> [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.

Cool. It works! Many thanks.

DW





More information about the Python-list mailing list