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