found a rare new stackoverflow question and its really dumb
https://stackoverflow.com/questions/79884362/what-is-the-rationale-for-having-two-distinct-operators-args-and-kwargs-for
What is the rationale for having two distinct operators (*args and ...
I am curious about the design philosophy of Python's function arguments. Currently, we have *args to collect positional arguments into a tuple and **kwargs to collect keyword arguments into a dicti...
stackoverflow.com