Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

NO INPUT FUNCTION only import sys and sys argv Filename: assign3-10.py A shop will give a discount of 10% if the total cost of the

NO INPUT FUNCTION only import sys and sys argv

image text in transcribed

Filename: assign3-10.py A shop will give a discount of 10% if the total cost of the purchase is more than $800. Each item in the store costs $100. Write a program to ask the user to enter the number of purchases, and print the total cost for the user. The program should only accept numeric inputs. For non-numeric inputs, display a message. Input: a) python C:\Users eda DataProgramming\M3\assign3-10.py 7 b) python C:\Users eda\Dataprogramming\M3\assign3-10.py 12 c) python C:\Users eda\Data Programming\M3\assign3-10.py nine Output: No discount. Your total cost is $700. b) You get a discount of $120, and your total cost is $1080. c) Please enter a numeric input

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored 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

Recommended Textbook for

Computer Aided Database Design

Authors: Antonio Albano, Valeria De Antonellis, A. Di Leva

1st Edition

0444877355, 978-0444877352

More Books

Students also viewed these Databases questions

Question

Project management skills and/or experience desirable

Answered: 1 week ago