CBSE Class 12 Computer Science
Question 2 of 68
Data Structures - I : Linear Lists — Question 2
Back to all questions(b)
Both Assertion and Reason are true but Reason is not the correct explanation of Assertion.
Explanation
A nested list is a list having one or more lists as its elements. Nested lists can be elements within other data structures like dictionaries or tuples. But nested lists can exist independently and are commonly used in Python programming to represent multi-dimensional lists.