Computer Science, asked by tashu3024, 1 year ago

What is the difference between a regular 2d list and a ragged list in python?

Answers

Answered by shreyastuttagunta15
6

Answer:

Regular 2D list is a list having lists as its elements and each element has the same number of elements

Ragged list is a list containing lists with different shapes as its elements

Similar questions