CBSE Class 12 Computer Science
Question 3 of 68
Data Structures - I : Linear Lists — Question 3
Back to all questions(b)
Both Assertion and Reason are true but Reason is not the correct explanation of Assertion.
Explanation
A regular two dimensional list is a list having lists as its elements and each element-list has the same number of elements. Regular 2D lists do not necessarily depend on being nested within other data structures such as tuples or dictionaries because regular 2D lists can exist independently as data structures in Python.