第13974题 判断
判断该Python代码的输出结果是否为int64
import numpy as np
dt = np.dtype('i8')
print(dt)
A

正确

B

错误

提交0次 正确率0.00%
答案解析