ed to complete code ASAP!!!

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question

I need to complete code ASAP!!! 

 

Python Greg's Grocery Store
Time required: 30 minutes
Greg's Grocery store would like a program to calculate the total sales for the week.
Name: total_sales.py
Author:
Created:
Furpose: Total weekly sales
def main ():
* Initialize variable
total_sales- 0.0
* Initialize parallel lista
daily_sales - ]
days of week -
"Sunday', 'Monday', 'Tuesday',
'Wednesday', 'Thursday', 'Friday',
'Saturday
* Append 7 items to the list, 0-7 index
for i in range (7) :
sales = float (input (f'Enter the sales for (days_of_week[i]}: "))
daily_sales.append (sales)
* Iterate through list one item at a time
# accumulate total
for number in daily sales:
total_sales + number
* Display total sales
print (f'Total sales for the week: Sitotal_sales:,.2f}')
35 Call the main function
36 11
name
_main_':
main ()
Add the following features to the program:
Use parallel lists to print out the day and sales for Monday through Friday only.
• Calculate and display the average daily sales for the week. (Calculate the average
manually, don't use math functions.)
Transcribed Image Text:Python Greg's Grocery Store Time required: 30 minutes Greg's Grocery store would like a program to calculate the total sales for the week. Name: total_sales.py Author: Created: Furpose: Total weekly sales def main (): * Initialize variable total_sales- 0.0 * Initialize parallel lista daily_sales - ] days of week - "Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday * Append 7 items to the list, 0-7 index for i in range (7) : sales = float (input (f'Enter the sales for (days_of_week[i]}: ")) daily_sales.append (sales) * Iterate through list one item at a time # accumulate total for number in daily sales: total_sales + number * Display total sales print (f'Total sales for the week: Sitotal_sales:,.2f}') 35 Call the main function 36 11 name _main_': main () Add the following features to the program: Use parallel lists to print out the day and sales for Monday through Friday only. • Calculate and display the average daily sales for the week. (Calculate the average manually, don't use math functions.)
Expert Solution
steps

Step by step

Solved in 3 steps with 2 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY