module A file that contains a collection of related functions and other definitions. import statement A statement that reads a module file and creates a module object. module object A value created by an import statement that provides access to the values defined in a module. dot notation The syntax for calling a function in another module by specifying the module name followed by a dot (period) and the function name. |
|