Python modules
A file containing Python code is called a module. A module can import other modules, functions in other modules, and other parts of modules. The filenames of Python modules end with .py
. The name of the module is the same as the filename minus the .py
suffix.