找考题网-背景图
单项选择题

以下哪一项等同于random.randrange(3)?()

A.range(3)
B.random.choice(range(0,3))
C.random.shuffle(range(3))
D.random.select(range(3))