Question: Using Python, write and test a function called min_max_avg. This function should accept any number of float arguments and return a tuple of the min,
Using Python, write and test a function called min_max_avg. This function should accept any number of float arguments and return a tuple of the min, max, and average (mean) of the list of numbers given.
Step by Step Solution
3.39 Rating (168 Votes )
There are 3 Steps involved in it
Code of finding minmax and avg in c is as follow here the function minmaxavg return th... View full answer
Get step-by-step solutions from verified subject matter experts
