*args and **kwargs in python
In this article, we would discover what the single asterisk(*) and double asterisks (**) mean in Python.
*args - Multiple arguments
**kwargs - Multiple keyword arguments
Before going into our main topic for today, let's talk about functions.
FUNCTION...
rivondave.hashnode.dev3 min read
Sam
just here too read
Great write up