Question: Using python!!! Problem #4 (25 points): Write a function show data) that accepts as a parameter a number, N. The function then generates N random
Using python!!!

Problem #4 (25 points): Write a function show data) that accepts as a parameter a number, N. The function then generates N random integers in the range 1 to 100, inclusive. The function should output each integer value, the maximum value, and a count of how many values were divisible by 5. Output should appear similar to the example with an N of 5. Yours will be different due to the random numbers: *********** Problem #4 ************** 7 9 10 98 9 41 max is 98 multiples of 5: 1
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
