Deep tuple unpacking PREMIUM

Trey Hunner smiling in a t-shirt against a yellow wall
Trey Hunner
4 min. read Watch as video Python 3.8—3.12

Let's talk about deep tuple unpacking in Python.

Indexing nested tuples

We have a for loop which, as we loop over it, will give us tuples which contain a number, a color and an animal:

...

A Python Tip Every Week

Need to fill-in gaps in your Python skills? I send weekly emails designed to do just that.