Computer Science, asked by akhilesh6112, 2 months ago

What is a Tuple?
What is a tuple?

Answers

Answered by Anonymous
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 Anonymous
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