You are on page 1of 1

Tuples

Tuples:
Tuples are ordered, immutable sequences that are similar to lists but cannot be modified once
created. Tuples are defined using parentheses (()).
Example:
Input

Tuples unlike sets and lists cannot be changed. They are immutable.
Output

You might also like