1. Importing Python Libraries Python uses libraries (also called packages) to extend its capabilities. Rather than writing every function from scratch, we import code written by others. In this ...