English, asked by nagarajanmurugesanmu, 1 month ago

what is a

Tuple ? give
an examples​

Answers

Answered by vibhutikataria14
0

Answer:

tuple is a finest ordered list of elements.

Explanation:

The term tuple can often occur when discussing other mathematical objects, such as vectors.

examples-So, a tuple having 6 elements will have indices from 0 to 5. Trying to access an index outside of the tuple index range(6,7,... in this example) will raise an IndexError . The index must be an integer, so we cannot use float or other types. This will result in TypeError .

mark as brainlaist please

Answered by Archita88
0

Answer:

A tuple is a collection which is ordered and unchangeable. Tuples are written with round brackets. Example. Create a Tuple: thistuple = ("apple", " ...

Explanation:

Similar questions