As applications grow larger, it becomes increasingly important to modularize code by breaking it up into smaller functions of manageable size. You now have the tools you need to do this.
In this course, you’ve learned:
- How to create a user-defined function in Python
- Several different ways you can pass arguments to a function
- How you can return data from a function to its caller
- How to add documentation to functions with docstrings and annotations
For more information about topics covered in this lesson, you can check out these resources:
silvanog31560 on Aug. 9, 2021
Thank you for this course, it was great! I am sure that once I get some practice I will come back to review this again!