请使用函数创建一个3*3的主对角线都为1的二维数组,要求数据都为整型,正确的代码为:
请使用函数创建一个3*3的主对角线都为1的二维数组,要求数据都为整型,正确的代码为:
A.np.eye(3,dtype='float32')
B.np.eye(3,dtype='int')
C.np.eye(3,dtype='float64')
D.np.eye(3,dtype='object')
正确答案:B
请使用函数创建一个3*3的主对角线都为1的二维数组,要求数据都为整型,正确的代码为:
A.np.eye(3,dtype='float32')
B.np.eye(3,dtype='int')
C.np.eye(3,dtype='float64')
D.np.eye(3,dtype='object')
正确答案:B
热门答案