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