12. FunctionsΒΆ
- 12.1. Introduction to Functions
- 12.2. Function Definition
- 12.3. Function Invocation
- 12.4. Function Parameters
- 12.5. Returning a value from a function
- 12.6. π©βπ» Decoding a Function
- 12.7. Type Annotations
- 12.8. A function that accumulates
- 12.9. Variables and parameters are local
- 12.10. Global Variables
- 12.11. Functions can call other functions (Composition)
- 12.12. Flow of Execution Summary
- 12.13. π©βπ» Print vs. return
- 12.14. Passing Mutable Objects
- 12.15. Side Effects
- 12.16. Glossary
- 12.17. Exercises
- 12.18. Chapter Assessment
You have attempted of activities on this page