NumPy arrays have an attribute called 'shape' that returns a tuple with each index having the number of corresponding elements. import numpy as np # Import Numpy ...