Question: IN PYTHON CODE IS NOT COMING OUT RIGHT 12.26LAB: Adjust list by normalizing When analyzing data sets, such as data for human heights or for
IN PYTHON CODE IS NOT COMING OUT RIGHT


12.26LAB: Adjust list by normalizing When analyzing data sets, such as data for human heights or for human weights, a common step is to adjust the data. This adjustment can be done by normalizing to values between 0 and 1 , or throwing away outliers. For this program, read in a list of floats and adjust their values by dividing all values by the largest value. Output each value with two digits after the decimal point. Follow each number output by a space. Ex: If the input is: 30.050.010.0100.065.0 the output is: 0.300.500.101.000.65 462500.3140334.9329y7 0/10 Load default template.. 1:Compare output 0/3 Output is nearly correct, but whitespace differs. See highlights below. Input Your output Expected output 2:Compare output 0/4 Output is nearly correct, but whitespace differs. See highlights below. Input 5.010.015.020.025.030.035.0 0/3 Output is nearly correct, but whitespace differs. See highlights below. Input Your output Expected output
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
