Search⌘ K

Quiz: Introduction to Modules and Libraries

Explore how to use Python modules and libraries by testing your knowledge with this quiz. Learn to import and apply modules like random and math to create interactive programs such as dice roll simulations.

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 ...