试题详情

有数组n=np.arange(24).reshape(
2,
-1,
2,
2),则np.shape的返回结果是()。

A(2,3,2,2)

B(2,2,2,2)

C(2,4,2,2)

D(2,6,2,2)