filmov
tv
Lesson 04_04 Arguments with default values and keyword arguments

Показать описание
We can set default values for arguments and even have keyword arguments. The former means that values don't have tp be specified when calling the function and the latter allows us to chnage the order around when listing arguments when calling a function. Just remember that keyword arguments have no be named when passed.