Differentiate between List and tuple. Only for mods.
Answers
Answered by
23
Explanation:
We can conclude that although both lists and tuples are data structures in Python, there are remarkable differences between the two, with the main difference being that lists are mutable while tuples are immutable. A list has a variable size while a tuple has a fixed size.
Answered by
1
Answer:
We can conclude that although both lists and tuples are data structures in Python, there are remarkable differences between the two, with the main difference being that lists are mutable while tuples are immutable. A list has a variable size while a tuple has a fixed size.
Explanation:
Similar questions
Math,
1 month ago
Math,
1 month ago
Social Sciences,
3 months ago
Science,
3 months ago
History,
9 months ago