The term "Tuple" refers to a bound set of values, in a given order. This has implications in math and computer science. Many programming languages include special handling for Tuple data types.

Distinction from "Sequence" in Math

Distinction from "List" in Python

Examples


Source

Tuple

Related Notes

Relational Databases