Create a solution that accepts a string input representing an item to be purchased and an integer input identifying the quantity of that item to be purchased. The following dictionary inventory lists availablems as the key with the cost per item as the value inventory=('pen": 0.53, "pencil: 0.16, "marker": 0.96, "eraser" 0.67, "highlighter": 0.87) Additionally, if the purchased quantity is • fewer than 50 items, the price is the full cost per item • between 50 and 100 items (inclusive), the purchase receives a 10% discount • greater than 100 items, the purchase receives a 15% discount Output the chosen item and total cost of the purchase to two decimal places. The solution output should be in the format item_name $total_purchase_cost Sample Input/Output: If the input is pen 45 then the expected output is pen $23.85

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

Python Please, Input is :

pen

45

Create a solution that accepts a string input representing an item to be purchased and an integer input identifying the quantity of
that item to be purchased. The following dictionary inventory lists availablems as the key with the cost per item as the value.
inventory= {"pen": 0.53, "pencil": 0.16, "marker" 0.96, eraser" 0.67, "highlighter": 0.87)
Additionally, if the purchased quantity is
• fewer than 50 items, the price is the full cost per item
• between 50 and 100 items (inclusive), the purchase receives a 10% discount
• greater than 100 items, the purchase receives a 15% discount
Output the chosen item and total cost of the purchase to two decimal places.
The solution output should be in the format
item_name $total_purchase_cost
Sample Input/Output:
If the input is
45
then the expected output is
pen $23.85
CAREER
MOSCHOEMAN
HEREN DEN
M
Chaped Baby
Transcribed Image Text:Create a solution that accepts a string input representing an item to be purchased and an integer input identifying the quantity of that item to be purchased. The following dictionary inventory lists availablems as the key with the cost per item as the value. inventory= {"pen": 0.53, "pencil": 0.16, "marker" 0.96, eraser" 0.67, "highlighter": 0.87) Additionally, if the purchased quantity is • fewer than 50 items, the price is the full cost per item • between 50 and 100 items (inclusive), the purchase receives a 10% discount • greater than 100 items, the purchase receives a 15% discount Output the chosen item and total cost of the purchase to two decimal places. The solution output should be in the format item_name $total_purchase_cost Sample Input/Output: If the input is 45 then the expected output is pen $23.85 CAREER MOSCHOEMAN HEREN DEN M Chaped Baby
Expert Solution
steps

Step by step

Solved in 4 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