I need to know, When i run My python over terminal by default how many module are loaded with it which i do not have to import to use, which modules i can directly use ??
My System Env is Ubuntu 11.04
Regards
I need to know, When i run My python over terminal by default how
Share
This will give you a long list of the built in functions.
As Matt pointed, you’ll have to import the rest before you can use it.