Home »
Python »
Python Tuples MCQs
What is the nature of the python tuples data type?
4. What is the nature of the python tuples data type?
- In python, tuples are of ordered nature
- In python, tuples are of unordered nature
Answer: B) In python, tuples are of unordered nature.
Explanation:
In python, tuples are of ordered nature.