Login
From:
www.pythonmorsels.com
(Uncensored)
subscribe
Tuple unpacking in Python - Python Morsels
https://www.pythonmorsels.com/tuple-unpacking/
links
backlinks
Roast topics
Find topics
Find it!
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.