Question: PYTHON 3: Find me the min max and min in ONLY put in code in the #hastag area *what is that mess data =

PYTHON 3: Find me the min max and min in ONLY put in code in the #hastag area

*what is that mess " data = [((n % 100)+100) for n in range(0,100000)] "

this is extra credit and I can not solve it, so help me please

def mmm(array):

min = 100000000000

max = -min

sum = 0

# TBD

data = [((n % 100)+100) for n in range(0,100000)]

(min, max, mean) = mmm(data)

print("Min = %d, Max = %d, Sum = %.2f" % (min, max, mean))

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 Databases Questions!