Vladimir

9%
Flag icon
There is no need to use **extra to match extra key-value pairs, but if you want to capture them as a dict, you can prefix one variable with **. It must be the last in the pattern, and **_ is forbidden because it would be redundant.
Fluent Python: Clear, Concise, and Effective Programming
Rate this book
Clear rating
Open Preview