What is *args and **args in Python ? Arbitrary Arguments in Python | Python Tutorial Part#48
In this video we will learn about variable length arguments and *args, **kwargs in python. In Python, *args and **kwargs are special syntax used to pass a variable number of arguments to a function. **kwargs is used to pass a variable number of keyword arguments to a function.
#python #pythonprogramming #pythontutorialforbeginner #python3 #coding