Exercise 4: Write a python program that reads from a text file whose name is provided by the user, a list of a coffee shop products ordered by a customer (a sample input file is shown below). Each line contains item name, quantity and price (in biza) per product. Compute and display the total payment amount (in riyals) for each product as well as the total bill. Your program should consider the following erroneous cases: • The file does not open/exist • The format of the data in the file is incorrect (e.g. quantity = "!" or price “8&0"), in which case RuntimeError exception should be raised and the processing stops. Note: Make sure you close any open file even if an error occurs. Enton filonamo 1 ondon1 tut

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter8: Arrays And Strings
Section: Chapter Questions
Problem 20PE
icon
Related questions
Question
Design a python program program
Exercise 4:
Write a python program that reads from a text file whose name is provided by the user, a list of a
coffee shop products ordered by a customer (a sample input file is shown below). Each line
contains item name, quantity and price (in biza) per product. Compute and display the total
payment amount (in riyals) for each product as well as the total bill. Your program should consider
the following erroneous cases:
The file does not open/exist
The format of the data in the file is incorrect (e.g. quantity = "!" or price “8&0"), in
which case RuntimeError exception should be raised and the processing stops.
Note: Make sure you close any open file even if an error occurs.
Enter filename: order1.txt
Product
Qty
Payment
Expresso:2 1200
Turkish coffee:3 1250
Expresso
Turkish coffee
Shish tawook:2 8&0
2
2.40
Coca cola: ! 1300
3
3.75
Water 1/2L: 100
File contents invalid.
invalid literal for int() with base 10: '8&0'
Total: 6.15
Sample input file
Sample output
Transcribed Image Text:Exercise 4: Write a python program that reads from a text file whose name is provided by the user, a list of a coffee shop products ordered by a customer (a sample input file is shown below). Each line contains item name, quantity and price (in biza) per product. Compute and display the total payment amount (in riyals) for each product as well as the total bill. Your program should consider the following erroneous cases: The file does not open/exist The format of the data in the file is incorrect (e.g. quantity = "!" or price “8&0"), in which case RuntimeError exception should be raised and the processing stops. Note: Make sure you close any open file even if an error occurs. Enter filename: order1.txt Product Qty Payment Expresso:2 1200 Turkish coffee:3 1250 Expresso Turkish coffee Shish tawook:2 8&0 2 2.40 Coca cola: ! 1300 3 3.75 Water 1/2L: 100 File contents invalid. invalid literal for int() with base 10: '8&0' Total: 6.15 Sample input file Sample output
Expert Solution
steps

Step by step

Solved in 2 steps with 2 images

Blurred answer
Knowledge Booster
Introduction to computer system
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT