填空题
已知代码:
import numpy as np
np.random.seed(0)
()#生成3个0.0到1.0之间的随机浮点数。
【参考答案】
np.random.random((3, 1))
点击查看答案
相关考题
