Question: The following Python code is used to generate a random number: random.choice ( [ 2 0 , 2 1 , 2 2 , 2 3

The following Python code is used to generate a random number:
random.choice([20,21,22,23,24,25,26,27])
When this code is run many times, will this code generate a uniform distribution of values? (Hint: This means that each value has an equal probability of being selected.)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!