Home »
Python »
Python Tuples MCQs
Among the tuple and list which of the creation is faster?
37. Among the tuple and list which of the creation is faster?
- Tuple
- List
- Both are equal
Answer: A) Tuple
Explanation:
Creating tuples is faster in python compared to the list.