In this class we will review how functions are defined, and how we visualize their execution.
We will spend more of the class talking about visualization than how to write function definitions in Python. In the technical sense, function definitions are very easy. The challenge is going from the English description of what you want to a Python function. But that is the topic of another day.
This presentation references Lesson 5.