Live stream preview
Simple Python Functions
Introduction to Python Programming • 6m 5s
Functions allow us to write organized sections of reusable code. You'll create your first function in this video.
Up Next in Introduction to Python Programming
-
Parameterized Functions
We can send values to functions to be processed. These values are known as parameters. We'll work with parameterized functions in Python in this video.
-
Function Returns in Python
To make functions very useful, we'll have our functions return values to the function call in this course segment.
-
Keyword Arguments
Mark will show you how to make your function parameters clear with keyword arguments in this video.