Live stream preview
Function Returns in Python
Introduction to Python Programming • 5m 17s
To make functions very useful, we'll have our functions return values to the function call in this course segment.
Up Next in Introduction to Python Programming
-
Keyword Arguments
Mark will show you how to make your function parameters clear with keyword arguments in this video.
-
Default Parameters
In this video, you'll learn to set default parameters for your functions.
-
Lambda Functions
Lambda functions are anonymous functions designed to run only once. In this section, you'll learn to create lambda functions.