"linda.s" <[EMAIL PROTECTED]> wrote
>I read an example code, with something like:
> from a.b import *
> I checked and found a is a folder name and b is python code in that
> folder. I typed the above code in the IDLE and no error was
> reported.
> Why a.b works?
This is Python "package" notatio
I read an example code, with something like:
from a.b import *
I checked and found a is a folder name and b is python code in that
folder. I typed the above code in the IDLE and no error was reported.
Why a.b works?
___
Tutor maillist - Tutor@python.org