#python
Read more stories on Hashnode
Articles with this tag
*args collects extra positional arguments as a tuple. **kwargs - collects the extra keyword arguments as a dictionary.