What is a Tuple?
What is a tuple?
Answers
Answered by
3
Explanation:
In mathematics, a tuple is a finite ordered list of elements. An n-tuple is a sequence of n elements, where n is a non-negative integer. There is only one 0-tuple, referred to as the empty tuple. An n-tuple is defined inductively using the construction of an ordered pair.
Answered by
11
Answer:
☞︎︎︎What is a tuple?
❦︎A tuple is an immutable list of Python objects which means it can not be changed in any way once it has been created. Unlike sets, tuples are an ordered collection.
Similar questions