What's that *args stuff in Python?
We've all called functions or methods of a class and then we see our editor show stuffs like so:
The focus is on *values part of the picture.
Most times, we just use the thing and go our way.
In this post, we'll see the purpose of that asterisk stuf...
blog.lordsarcastic.dev4 min read
Youssof Hammoud
Fueled by challenges and driven by a passion for problem-solving, I am a college student with a strong foundation in programming.
Definitely interesting article, I am looking forward to read about
*argsand**kwargs.