试题详情

运行下面代码,输出结果是()
Import numpy as np
N=np.array([1,2,3],[4,5,6])
Print (n.size)

A2

B6

C(2,3)

D(3,2)