What is nestled list?Write a program.
Answers
Answered by
0
wrong question please ask right question
Answered by
0
Explanation:
A nested list is a list that appears as an element in another list. In this list, the element with index 3 is a nested list. ... To extract an element from the nested list, we can proceed in two steps. First, extract the nested list, then extract the item of interest.
Similar questions