Question: Help with this question. Use an example file path for the menu text file so I know how to put the file path. What to

Help with this question. Use an example file path for the menu text file so I know how to put the file path. What to do & Why?
The beach side restaurant is pleased with the menu program you created. Now they need some further
enhancements. The way the program is currently working, the Python program needs to be changed
every time they change the menu. They would like you to add the ability to have a manager to change
the menu with a program without changing any of the Python code. To do that, the data for the menu
will need to be written to a file that can be read later by the restaurant menu program.
i) How to do it?
For this assignment, you need to develop a program that will read data into a list, change the list and
them rewrite a file that would contain the menu items.
The following are requirements for the program:
Each item should contain:
The items name
A short description (no more then 50 characters)
The price for the menu item.
The program should first read the current menu from a file.
If there is no current file, create a new one on exit.
The program should allow entries to be added, edited or deleted
The program should accept an unlimited number of items for the menu
Write all of the changes to the file.
What to submit?
Submit your fully tested, commented, and documented Python source code file. The following link has
instructions on how to submit the Python file:
 Help with this question. Use an example file path for the

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!