*Args and **Kwargs in Python
What is Args and Kwargs?
Before we get into detail about what they mean, it's important to note that those names are simply conventions, and they can alternatively be written as *Hi and **Hello
In Python, *args specifies the number of non-keyworded a...
codewithmide.hashnode.dev3 min read