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

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 to add randomness, do complex math, and work with time, all with just a single import.

Let’s test your understanding before jumping into the next challenge!

Get hands-on with 1400+ tech skills courses.