a) range(3)
b) random.choice(range(0, 3))
c) random.shuffle(range(3))
d) random.select(range(3))
Which of the following is equivalent to random.randrange(3)?
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Which of the following is equivalent to random.randrange(3)?
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!