Vladimir

4%
Flag icon
The *_ matches any number of items, without binding them to a variable. Using *extra instead of *_ would bind the items to extra as a list with 0 or more items.
Fluent Python: Clear, Concise, and Effective Programming
Rate this book
Clear rating
Open Preview