Learning Python 008: Function keyword arguments and variadic arguments

preview_player
Показать описание
In this tutorial I discuss keyword arguments as well as variadic arguments. Once you know what *args and **kwargs do, you'll begin to find them everywhere.

Keyword arguments are essentially arguments with a default value. Variadic arguments are used to allow the user to pass any number of arguments.

There's a lot of good information in the official Python tutorial if you'd like to read:

Thanks for watching!
Рекомендации по теме
welcome to shbcf.ru