Python Basics: Chapter 11 – Modules and Packages Quiz

Interactive Quiz ⋅ 4 Questions
By David Amos

In this chapter, you learned how to create and work with Python modules and packages.

By the end of this chapter, you know how to:

  • Create your own modules
  • Use modules in another file via the import statement
  • Organize several modules into a package

The quiz contains 4 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!

« Browse All Python Quizzes