This video is a continuation of my python programming basics series. This video is the basics of functions in Python. Functions are like building blocks for your programs. I show you how to create functions, and explain what a return value means. I also explain how to take parameters and pass arguments to a python function. Default arguments can also be useful in your functions, and I show how to do that as well. Finally, I show a nice way to structure your python scripts and programs.
Patreon: / dcodetech
In this series I use python 3.7