Python Functions - Define and return values
In this post I am going to explain how to create a function and how to invoke it. You can use the def keyword to create/ define a function as follows. I have created two functions called func1 and func2 below. If I do not want to fully flesh out