Question: Design a program that asks the user to enter a store's sales for each daycalculate the total sales for the week and display the result.def

Design a program that asks the user to enter a store's sales for each daycalculate the total sales for the week and display the result.def main():days_of_week =['Sunday', 'Monday', 'Tuesday', 'Wednesday',for i in range(7):for number in daily_sales:print ('Total sales for the week: $', total_sales, sep='')
main()
Design a program that asks the user to enter a

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 Programming Questions!