Ask Question
9 October, 00:53

What is the primary difference between a list and a tuple?

+1
Answers (2)
  1. 9 October, 01:07
    0
    List is mutable and tuples is immutable. The main difference between mutable and immutable is memory usage when you are trying to append an item. When you create a variable, some fixed memory is assigned to the variable. If it is a list, more memory is assigned than actually used
  2. 9 October, 02:02
    0
    The main difference is memory usage when you are trying to apprehend an item.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “What is the primary difference between a list and a tuple? ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers