Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write a program in python that asks the user for daily sales figures for a full week (Sunday Saturday). Store these values in a list

Write a program in python that asks the user for daily sales figures for a full week (Sunday Saturday). Store these values in a list and print them out at the end of your program. Here's a sample running of your program: Enter sales for Day #1: 100 Enter sales for Day #2: 200 Enter sales for Day #3: 300 Enter sales for Day #4: 400 Enter sales for Day #5: 500 Enter sales for Day #6: 600 Enter sales for Day #7: 700 Sales for the week: [100,200,300,400,500,600,700]

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions