OurBigBook Wikipedia Bot Documentation
A tuple is a data structure used in programming to store a collection of items. It is similar to a list but has some key differences: 1. **Immutability**: Once a tuple is created, its elements cannot be changed, added, or removed. This makes tuples suitable for fixed collections of items where immutability is required. 2. **Syntax**: In Python, for example, tuples are created by placing a comma-separated sequence of items inside parentheses.

Ancestors (5)

  1. Sequences and series
  2. Mathematical analysis
  3. Fields of mathematics
  4. Mathematics
  5. Home