Ask Question
14 January, 10:05

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

+2
Answers (2)
  1. 14 January, 11:27
    0
    The main difference is memory usage when you are trying to apprehend an item.
  2. 14 January, 13:20
    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
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “What is the primary difference between a list and a tuple? ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers