>>> a = np.array([1, 2, 3]) >>> type(a) <type 'numpy.ndarray'> >>> b = np.array((3, 4, 5)) >>> type(b) <type 'numpy.ndarray'>