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