what is the difference between tuple and variable
Answers
Answered by
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