what is a
Tuple ? give
an examples
Answers
Answered by
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
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
Environmental Sciences,
24 days ago
English,
24 days ago
Math,
24 days ago
Math,
1 month ago
English,
1 month ago
Computer Science,
9 months ago
History,
9 months ago