python in tamil | Args and Kwargs | *args in python | **kwargs in python |*args vs **kwargs | tamil

preview_player
Показать описание
In this video you will learn below topics

Args and Kwargs
*args and **kwargs let you write functions with a unlimited number of arguments in Python.
*args collects extra positional arguments as a tuple.
**kwargs collects the extra keyword arguments as a dictionary.
The actual syntax is * and **. Calling them args and kwargs is just a convention.
Рекомендации по теме