The first option is convenient if we need to access our tuple values quickly, but being able to assign the values to variables/constants lets us use tuple values throughout our code. This leads us to the second type of tuple.

Named Tuples

We don’t need to go through the whole charade of creating an unnamed tuple and subsequently decomposing it to named variables, we can do that from the start.