Python for Everybody (py4e.com)
These are the lectures to supplement the textbook 'Python for Everybody: Exploring Information' and its associated web site py4e.com
Python for Everybody (py4e.com)
4.2 Building our Own Functions
•
Dr. Charles Russell Severance
Use Left/Right to seek, Home/End to jump to start or end. Hold shift to jump forward or backward.
We look at how to build our own functions using parameters and arguments as well as how we return results to the code that is calling our functions.