The Surprising Comma
Trailing commas are pretty commonly used in lists and other collections in Python. But can we use them in function arguments as well? Let’s try to find out.
...
Trailing commas are pretty commonly used in lists and other collections in Python. But can we use them in function arguments as well? Let’s try to find out.
...