想要生成 0 到 9 的随机小数,选项中正确的是?
random.uniform(0,10)
random.uniform(0,9)
randint.uniform(0,9)
random.random(0,9)