6. What all can a Python module contain ?

A Python module can have a set of functions, classes or variables defined and implemented. We can then import these objects to use in our program.