试题详情

代码array2=np.array([[1,2,3],[4,5,6]],dtype=np.int64).reshape([3,2])创建了一个()行()列的数组?

A2

B3

C5

D6注:(已导入numpy库)import numpy as np