10. Functions
5 Docs
Last Updated: May 4, 2026
Creating and Calling Functions
In our programming journey so far, we have used conditional statements to make decisions...
Last Updated: May 4, 2026
Arguments and Parameters
In our previous guide, we learned how to define a function to group code...
Last Updated: May 4, 2026
The return Statement
In our programming journey, we have learned how to define functions, pass dynamic parameters...
Last Updated: May 4, 2026
Function Scope
When you write code, you create variables to store data. However, in Python, a...
Last Updated: May 4, 2026
Recursion
In our programming journey, we have used loops like for and while to repeat...

