Quiz: Introduction to Modules and Libraries
Practice Python’s built-in modules and libraries to extend your code’s power.
We'll cover the following...
We'll cover the following...
In the last lesson, you discovered how to extend Python’s power by importing modules—toolboxes full of pre-written code. You explored built-in modules like random
, math
, and datetime
, learning how ...