The Surprising Comma
Learn how trailing commas behave in Python function parameter lists, including limitations in versions before 3.6. Understand the syntax rules and how this affects writing Python functions.
We'll cover the following...
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.
... ... ...