A regular 2D list has same shape of all its elements.
True
Reason — A regular two dimensional list is a list having lists as its elements and each element-list has the same shape i.e., same number of elements (length).