Write Python Program Bookstorepy Stores Books List Books Objects Class Book Note Don T Nee Q37098898

Write a Python program (bookstore.py) that stores books in alist. The books are objects of the class Book. Note, you don’t needto rewrite the class Book, you can import it in bookstore.py.

In your program, include the following functions:

(1) menu(): Implement a menu of options for a user to modify thelist of books. Each option is represented by a single character.The program initially outputs the menu, and outputs the menu aftera user chooses an option. The program ends when the user choosesthe option to Quit. This function has prints only.

The menu should look like and include the following:

MENUa – Add a

OR
OR

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.