Consider the following code snippet to create a ndarray:
>>> a = np.array([1,2]) >>> a array([1, 2])
Next, consider the fol