What is the structure of nested list
Answers
Answered by
0
Answer:
Hey mate....
A 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.). Common reasons nested lists arise are: 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).
Hope it helps you!!
Følløw mē✌❤
Similar questions