Question: Question 1:(25 marks) Write a python program that does the following: (15 marks) prompts the user enter the total gloves sales for each of 12

 Question 1:(25 marks) Write a python program that does the following:

Question 1:(25 marks) Write a python program that does the following: (15 marks) prompts the user enter the total gloves sales for each of 12 months into a list. calculates and displays the total sales for the year calculates and displays the average monthly sales, the months with the highest and lowest amounts. Instructions: (10 marks) Your program should include a main function that encompasses the needed code. The variables should be meaningful. Your program should be well documented (including proper comments where needed). The below list should be used to specify the month for the user while prompting for the sales entry: month_list = ['January', 'February', 'March', 'April', 'May', 'June', 'July', August', 'September', 'October', 'November', 'December'] You should include your code (Typed) in addition to a screenshot of the output. The expected output should be as follows: Enter the sales for January: 500 Enter the sales for February: 490 Enter the sales for March: 310 Enter the sales for April: 205 Enter the sales for May: 160 Enter the sales for June: 75 Enter the sales for July: 60 Enter the sales for August: 55 Enter the sales for September: 130 Enter the sales for October: 210 Enter the sales for November: 255 Enter the sales for December: 590 Total sales: 3040. 00 Average sales: 253.33 Highest sales: December Lowest sales: August

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Mathematics Questions!