Tuples are almost identical to lists, so they contain an ordered collection of elements, except for one property: they are immutable. Destructuring assignment is a powerful feature in Python that allows you to unpack values from iterable, such as lists, tuples, and strings, and assign them to variables in a single line of code. An example of tuples print("Value in t[-1] = ", t[-1])