使用type和dtype,对numpy数组arr作用时,其中返回数据类型的代码是应该哪一个:
使用type和dtype,对numpy数组arr作用时,其中返回数据类型的代码是应该哪一个:
A.type(arr)
B.arr.dtype
C.dtype(arr)
D.arr.type
正确答案:B
使用type和dtype,对numpy数组arr作用时,其中返回数据类型的代码是应该哪一个:
A.type(arr)
B.arr.dtype
C.dtype(arr)
D.arr.type
正确答案:B
热门答案