Home /
Expert Answers /
Computer Science /
fatma-purchased-an-items-for-grocery-store-she-got-total-bill-and-she-want-to-know-the-single-it-pa841
(Solved): - Fatma purchased an items for grocery store. She got total bill and she want to know the single it ...
- Fatma purchased an items for grocery store. She got total bill and she want to know the single item price. Write a python program to ask Fatma to enter total bill and number of items purchased. Use the below formula to calculate the single item price. Single Item Price \( = \) total bill / no of items - In your program handle at least any two possible exceptions individually and provide an appropriate message for every exception. - Print the single item price if there is no error appeared. - Always print thank you message at the end.