Concept Flow - Array shapes and dimensions
Create array
Check number of dimensions (ndim)
Check shape (size in each dimension)
Use shape and ndim for analysis or reshape
End
Start by creating an array, then check how many dimensions it has and the size in each dimension using shape. Use this info to understand or change the array.