Skip to main content

Chapter 21: Modules and Functions Quiz

Test your understanding of module organization, function design with type hints, parameter patterns, variable scope, and professional project structure.

Chapter 21: Modules and Functions Assessment

Question 1 of 18

In the Calculator Capstone project, why are mathematical operations in a separate `operations.py` file?