filmov
tv
Python Practice Programming Module 6-7 Functions with Multiple Default Parameters that Return a Valu

Показать описание
In this video, we combine all of our pervious function examples into one, and take it a little further.
We will look at how to create and call a function that takes multiple parameters. These parameters will both have default values however, so we can see what happens if we take 0, 1, or 2 parameters.
We will also return a value from this function and see how we can optimize that process.