Contribute Media
A thank you to everyone who makes this possible: Read More

Tuple unpacking

Description

Instead of using hard-coded indices to get tuple elements, use tuple unpacking to give descriptive names to each item. Important items should have a name instead of a number.

Details

Improve this page