Home »
Python »
Python List MCQs
What is the nature of the python list data type?
4. What is the nature of the python list data type?
- In python, lists are of ordered nature
- In python, lists are of unordered nature
Answer: A) In python, lists are of ordered nature.
Explanation:
In python, lists are of ordered nature.