Functions are a very useful feature of Python programming language
They allow for structuring our code in a more readable,manageable,easy-to-maintain way
In this tutorial we give an example through coding a very simple functions-structured program