Computer Science, asked by dhakerkailash98, 6 months ago

what is the difference between tuple and variable​

Answers

Answered by manas6036
0

Lists are a useful tool for preserving a sequence of data and further iterating over it. Tuple is also a sequence data type that can contain elements of different data types, but these are immutable in nature.

Similar questions