__________________ is a concept of having one list inside another list
please answer it quickly
Answers
Answered by
0
When a list is embedded within another list, it is called a 'Nested List'.
So,
'Nested List' is a concept of having one list inside another list.
Answered by
0
Nested list is a concept of having one list inside another list
Explanation:
- A nested list is one that is nestled inside another list. The nested list is the third element in this list. [10, 20] is returned by print(nested[3]).
- We can go through two procedures to extract an element from the nested list. The nested list should be extracted first, followed by the item of interest.
- The bracket operators, which evaluate from left to right, can also be used to combine those stages.
Similar questions