10. What’s Your Function¶
- 10.1. Introduction
- 10.2. Calling Functions
- 10.3. Defining Our Own Functions
- 10.4. Function Input
- 10.5. Function Output
- 10.6. Boolean Functions
- 10.7. A Good Function-Writing Process
- 10.8. Parameters and Variables
- 10.9. Functions Calling Other Functions
- 10.10. Why Create Functions?
- 10.11. Exercises: Functions
- 10.12. Project: Functions