Question: Pythons random module includes a function choice(data) that returns a random element from a non-empty sequence. The random module includes a more basic function randrange,
Pythons random module includes a function choice(data) that returns a random element from a non-empty sequence. The random module includes a more basic function randrange, with parameterization similar to the built-in range function, that return a random choice from the given range. Using only the randrange function, implement your own version of the choice function
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
