以下选项能正确随机一个 6~8 范围内整数的是?
random.randint(6, 9)
randint.random(6, 9)
random.randint(6, 8)
random.choice(6, 8)