What is a Python module?
Only a directory containing unrelated non-Python files.
A .py file whose functions, classes, variables, and statements can be organized and reused.
.py
A separate Python interpreter process that cannot be imported.
A single function that cannot contain variables or classes.