第13153题 单选题
如下Python numpy代码的输出结果正确的是?
import numpy as np
a = np.array([1, 2, 3], dtype = float)
print(a)
A

[1.+0.j 2.+0.j 3.+0.j]

B

[1. 2. 3.]

C

[1, 2, 3]

D

[ True True True]

程序运行统计
暂无判题统计