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...
Oct 26, 20214 min read67


