Python Basics: Modules and Packages Quiz
Interactive Quiz ⋅ 8 Questions
By Kate Finegan
In Python Basics: Modules and Packages, you learned how to put related code into separate files called modules. You can put individual modules together like building blocks to create a larger application.
In this quiz, you’ll test your knowledge of:
- Creating your own modules
- Using modules in another file through the
import
statement - Organizing several modules into a package
Then, you can move on to other Python Basics courses.
The quiz contains 8 questions and there is no time limit. You’ll get 1 point for each correct answer. At the end of the quiz, you’ll receive a total score. The maximum score is 100%. Good luck!