以下哪一项等同于random.randrange(3)?()
A:range(3)
B:random.choice(range(0,3))
C:random.shuffle(range(3))
D:random.select(range(3))
出自:蓝鲸认证