Computer Science, asked by HarshitaBamniya009, 4 months ago

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 tashannabling
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 prag12
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