In [1]:
import numpy as np

In [5]:
np.array([1,2,3],[1,2,3])


---------------------------------------------------------------------------
TypeError                                 Traceback (most recent call last)
<ipython-input-5-ab515f58cdb5> in <module>()
----> 1 np.array([1,2,3],[1,2,3])

TypeError: data type not understood

In [ ]: