When we are unsure about the number of agrument to pass in the function, we can use *args and **kwargs


Python *args : Non Keyword Arguments

Python **kwargs : Keyword Arguments

Python *args and **kwargs combined: