Two modules are even more basic than all other modules combined: the `__builtin__ <builtin.htm>`__ module defines built-in functions (like len, int, and range), and the `exceptions <exceptions.htm>`__ module defines all built-in exceptions.
Python imports both modules when it starts up, and makes their content available for all programs.