单项选择题
以下哪一项等同于random.randrange(3)?()
A.range(3)
B.random.choice(range(0,3))
C.random.shuffle(range(3))
D.random.select(range(3))
点击查看答案
相关考题
