Question: Please CREATE the code and COMMENT the code in python. Please note: you need to use try except block wherever the need arises for any
3. Your task is to create a library manager as a menu driven console application. The system should have the following functionalities in their menu i. Add books ii, Remove books iii. Add membership iii. Remove membership v. Rent book vi. List books vii. List members viii, Exit You need to create separate files to store information of books, members, book rentals When the system starts, it should import all contents of the file into the system, if the files are not empty All-important fields should be checked for empty or incorrect format. Example, name, DOB, etc. should not be empty. Phone numbers should be standard format, etc. In addition to this, you may add any other related functionality as well. Create appropriate functions for the functionalities
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
