• 2022-06-07
    在python中使用random模块中的()函数随机生成0~1之间的随机浮点数。
    A: uniform(a,b)
    B: shuffle()
    C: random()
    D: randit(a,b)