Computer Science, asked by goperahul333, 11 hours ago

What is a nested list? Explain it with the help of an example.​

Answers

Answered by ritikasingh9940
1

Answer:

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. If we print( nested[3] ), we get [10, 20] . 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.

Answered by rohitlegend210
1

Answer:

please mark me a Brainlist please

hope it's your help

Attachments:
Similar questions