What are nested lists?
ANSWER :
In computing science and informatics, nesting is where information is organized in layers or where objects contain other similar objects.
Answers
Answered by
1
Answer:
self similar
Explanation:
In computing science and informatics, nesting is where information is organized in layers, or where objects contain other similar objects. It almost always refers to self-similar or recursive structures in some sense.
Answered by
1
Explanation:
nested list is simply a list that occurs as an element of another list (which may of course itself be an element of another list, etc.). ... They're matrices (a list of rows, where each row is itself a list, or a list of columns where each column is itself a list).
Similar questions