👉 A tuple in Python is a collection of elements enclosed within parentheses. It is an immutable sequence, which means that it cannot be changed once created. Tuples are used to store multiple values in one unit without duplication. They can hold any type of data and can also be used for storing lists or dictionaries.