![]() |
|
|
|
#1 |
|
> Certainly John- although I have not embedded the turtle module at all, > I just wrote my own. OK, then why the statements "from turtle import *" in the modules turtleprocess.py and turtlewidget.py? Tx, John John Posner |
|
|
|
|
#2 |
|
Posts: n/a
|
John Posner <jjpos...@optimum.net> wrote:
> OK, then why the statements "from turtle import *" in the modules > turtleprocess.py and turtlewidget.py? Looking in the source I'd say it's because there's a local turtle.py. alex23 |
|