Examveda

Which of the following is equivalent to random.randrange(3)?

A. range(3)

B. random.choice(range(0, 3))

C. random.shuffle(range(3))

D. random.select(range(3))

Answer: Option B


This Question Belongs to Python Program >> Module In Python

Join The Discussion

Related Questions on Module in Python