Attributes of numpy.ndarray: numpy.ndarray.shape: Dimensions (height, width, ...) numpy.ndarray.ndim: No. of dimensions = len(shape) numpy.ndarray.size: Total number of elements numpy.ndarray.dtype: Datatype import numpy as np def array(): a = np.ran