Question
Write a Python program *The Input text file and Output are just an example. *The program should work in another/general situation something like... -The names
Write a Python program
*The Input text file and Output are just an example.
*The program should work in another/general situation something like...
-The names of the stores can be different and the program should work properly.
-It can also have many different kinds of products(not just banana, apple, and mango) and the program should work properly.
*The product name is left-justified in 15 characters (while the Product header is centered in 15 spaces).
*The product count is right-justified in 10 spaces (while the Count header is centered in 10 spaces).
-Input text file(input.txt)- Store 1 Banana 10 Apple 17 Mango 10 Store 2 Banana 17 Apple 10 Mango 40 -Output- Product Count ----- Store 1 Banana Apple Mango Store 2 Banana Apple Mango Total Mango Apple Banana *Each store must be output in the same order as they are in the input file. *The grand totals are also sorted as the store totals are by count and then by product nameStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started