试题详情

已知data=np.array([[[1,2,3],[4,5,6]],[[7,8,9],[10,11,12]]])则data的形状(shape)为()。

A(2,2,3)

B(2,3,2)

C(3,2,3)

D(3,2,2)