Question: Using Python: Write a generic function that will create and return a list of specified length and consist of random integers within a certain range.
Using Python:
Write a generic function that will create and return a list of specified length and consist of random integers within a certain range. Use the seed random.seed(10) . Place the required interval values as part of your function parameters. The specified interval should be explicitly include lowValue, highValue, as part of the parameters.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
