Question: Create a function in PYTHON that accepts a list of numbers and returns summary with median, 15th percentile, standard deviation, and maximum. These must be
Create a function in PYTHON that accepts a list of numbers and returns summary with median, 15th percentile, standard deviation, and maximum. These must be imported from a file called 'extra'. Make sure there's a print statement.
x= [ 15, 8, 6 ,3, 8, 6, 3.3, 5, 4.2]
Thanks
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
