Premium

Ignoring Values While Unpacking and the * Operator

When unpacking values from an iterable, you might want to extract only certain values and ignore others or you might want to capture and combine a subset of the values. In this lesson, you'll learn to do so using the _ placeholder and the * operator.