...

/

The Surprising Comma

The Surprising Comma

We'll cover the following...

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.

... ...