Question: Create a Library class that will a ) Maintain a list books of books available in the library ( as attribute ) . b )

Create a Library class that will
a) Maintain a list books of books available in the library (as attribute).
b) Have a method add_book(self, book) to add a book to the library.
c) Have a method borrow_book(self, book) to borrow a book from the library.
d) Have a method return_book(self, book) to return a book to the library.
e) Have a method display_books(self) to display all available books in the library.

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 Programming Questions!