args and kwargs in Python
Introduction
In this article, we'll discuss *args and **kwargs in Python with their uses and examples.
When writing a function, we often need to pass values to the function. These values are called function arguments.
Problem with Function Arguments
...
blog.ashutoshkrris.in3 min read