*args and **kwargs in python
May 27, 2023 · 3 min read · 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...
TTSam and 1 more commented



