Functions

What else to say. Let's start learning how to create functions in python

We'll cover the following...

A function is a structure that you define. You get to decide if they have arguments or not. You can add keyword arguments and default arguments too. A function is a block of ...