Apart from functions a Python module can contain
(a) classes
(b) statements
(c) functions
(d) all of these
Answer:
A python module can contain:
- Docstrings
- Variables
- Constants
- Classes
- Objects
- Statements
- Functions
So, the correct answer is (d) all of these.