What is a 2D list ?
3 Likes
A two dimensional list is a list having all its elements as lists of same shapes, i.e., a two dimensional list is a list of lists.
Answered By
2 Likes
Name the efficient algorithm offered by Python to insert element in a sorted sequence.
What is a list comprehension ?
What is a nested list ?
Is Ragged list a nested list ?