Question: Filename: assign 4 - 7 . py Write a program that reads any number of sales, calculates some basic statics, and print out the result
Filename: assignpy
Write a program that reads any number of sales, calculates some basic statics, and print out the resultround the average decimal points The program should give an error for nonnumeric inputs. The output is shown below. You should only use for loops. No credit for using a while loop for this assignment.
Input:
a python C:Users
edaDataProgrammingMassignpy
b python C:Users
edaDataProgrammingMassignpy
c python C:Users
edaDataProgrammingMassignpy fifty
Output:
a Min:
Max:
Range:
Average:
b Min:
Max:
Range:
Average:
c All inputs should be numeric
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
