In python library numpy, is array([2,1]) (1,2) or (2,1)_(row,col)?
I made 3 tries below but couldn\'t find the answer.
x = np.array([1,2]) y = np.array([[1