单选题

以下选项能正确随机一个 6~8 范围内整数的是?

A

random.randint(6, 9)

B

randint.random(6, 9)

C

random.randint(6, 8)

D

random.choice(6, 8)

赣ICP备20007335号-2