Tuples
For the most part, we can just consider tuples to be immutable lists
Tuples are defined by ( )
The items of tuples are separated by commas
a neat trick we can do with tuples is unpacking
Last updated
For the most part, we can just consider tuples to be immutable lists
Tuples are defined by ( )
The items of tuples are separated by commas
a neat trick we can do with tuples is unpacking
Last updated