[Tutor] Difference between >>> import modulex and >>> from modulex import *?

Todd G. Gardner piir at earthlink.net
Sat Jan 3 02:27:56 EST 2004


Hello Everyone,

I have some questions that I must have skipped the answers in the tutorial.
Pardon me if they are obvious.

1) What is the difference between ">>> import modulex" and ">>> from modulex
import *"?

2) What happens when the command reads ">>> from modulex import something"?
    2a) Is something a function that is imported from modulex?

Thank in advance,

Thank you,

Todd




More information about the Tutor mailing list