Newbie on importing

Michael J Whitmore michaeljwhitmore at netscape.net
Fri Jun 20 13:29:14 EDT 2003


Just read the Python tutorial looking for the answer to this question

 What is the difference between (from sys import *) and (import sys). 
I am aware that the last imported module's functions overwrite any
identically named functions of previous modules.



Thanks,
Michael




More information about the Python-list mailing list