Answered step by step
Verified Expert Solution
Question
1 Approved Answer
USING PYTHON CODE PLEASE Given with a list of sales below for one month (30 days), write a program that will determine the highest, lowest,
USING PYTHON CODE PLEASE
Given with a list of sales below for one month (30 days), write a program that will determine the highest, lowest, and average sale.
Sales list
[175,109,332,161,318,447,171,302,204,221,407,435,287,288,242,235,106,215,120,391,247,452,465,157,295,305,422,277,167,311] |
Note: Copy paste the list in your code.
Example Output
Highest sales: 465 Lowest sales: 106 Average sales: 275 |
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