Description : An immutable collection of elements.
Answer :
A Python tuple is an immutable collection of elements. Tuples are similar to lists, but they cannot be modified after creation. Tuples are commonly used for storing data that should not be changed.