Functions
A function is a rule that takes a set of inputs and returns a corresponding output.
Definition
Assignment
Lambda Functions
You can assign an annonymous (i.e. lambda) function to a variable
You can also create an lambda function that is passed as a parameter to another function