Question about import

Kevin MacKenzie kjmacken at yorku.ca
Tue Aug 5 12:28:54 EDT 2003


I'm a complete newbie to using Python.  I have a small question about
importing modules.

Is there any difference between the two following statements, and what
(if any) are they?

>>> from Module import *


and 

>>> import Module


Thanks.

kjm




More information about the Python-list mailing list