A tuple is _____ sequence of values which can be of any type.
Answers
Answered by
0
Answer:
this
Explanation:
Tuple is a collection of Python objects much like a list. The sequence of values stored in a tuple can be of any type, and they are indexed by integers. Values of a tuple are syntactically separated by 'commas'.
Similar questions