What’s a Python module?
A file consisting of definitions and statements used for other Python programs
What’s a benefit of a Python module?
Module help us keep Python code shorter, allow for abstraction and hides complexity. It helps us with higher level thinking+