Whats a module?
Files that contain function and object definitions that add additional, and much more powerful features to python.
How do we enable the use of a module in our own programs?
We have to tell our program to look in those files and read those definitions by using a keyword import.