使用type和dtype,对numpy数组arr作用时,其中返回数据类型的代码是应该哪一个:


使用type和dtype,对numpy数组arr作用时,其中返回数据类型的代码是应该哪一个:

A.type(arr)

B.arr.dtype

C.dtype(arr)

D.arr.type

正确答案:B


Tag:数组 数据类型 代码 时间:2022-12-17 14:51:09