Question: python language, loop condition here are more details C 6. 3. Total Sales Create a program in Python that will obtain the number of weeks

python language, loop condition


here are more details
C 6. 3. Total Sales Create a program in Python that will obtain the number of weeks of sales and the amount of sales for each week. The program will then calculate the total and average sales For this program utilize the input statements already provided. There are no prompts associated with the input and print statements, Make sure your program prints out the total sales first and average second. For example if the user entered 5 for weeks and the following for sales figures: 2145 8739 275 457 2965 this program Nould ha. Collapse Challenges 6.3. Total Sales Create a program in Python that will obtain the number of weeks of sales and the amount of sales for each week. The program will then calculate the total and average sales. For this program utilize the input statements already provided. There are no prompts associated with the input and print statements. Make sure your program prints out the total sales first and average second For example if the user entered 5 for weeks and the following for sales figures 2145 8739 275 457 2965 The output for this program would be: 8739 275 457 2965 The output for this program would be: 14581.0 2916.2 Total Sales Check Show diff
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
