判断题

下面代码输出结果是:

1              

2

3

import numpy as np

a = np.array([1,2,3])  

b = a.reshape(3,1)  

print (b)

A

B

赣ICP备20007335号-2