Answered step by step
Verified Expert Solution
Question
1 Approved Answer
python 12 14.5 3.14159 100 77.975 -180.75 Let's prepare a list with three (3) known integer/float members already prebuilt: L = (12, 14.5, 3.14159). (Put
python
12 14.5 3.14159 100 77.975 -180.75 Let's prepare a list with three (3) known integer/float members already prebuilt: L = (12, 14.5, 3.14159). (Put it in your program.) Develop a loop adding integer/float members into L (set) and only stopped when "EXIT" (capitalized) or "exit" (lower case) is encountered. (For example, before exiting we type in 100, 77.975 and -180.75 then you should have six (6) members in the L list. After stopped, print: (1) One line to sort Lascendingly. (2) Another line to sort Lin descending. (3) A third line to print out average of the list in 3 decimals. (Do not use round!) (4) A fourth line to print out standard deviation of the list values in 3 decimals. (Do not use round!) C AVG STD DEV 1 STD DEV 2 4.478 90.365l 98.989 population sample Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started