Home »
Python »
Python Tuples MCQs
Among tuples and lists which takes less memory?
40. Among tuples and lists which takes less memory?
- Tuples
- List
Answer: A) Tuples
Explanation:
Since tuples are immutable therefore it takes less memory than the list.