Simple Library System

Business Scenario:

You are tasked with building a simple library system. The system should allow the creation and management of books within a library.

Task Clarifications:

Implement two classes: Book and Library.

The Book class should have the following attributes:

The Book class should also have a method display_info to display information about the book.

The Library class should have the following attributes:

The Library class should have methods to:

Output Format:


  
Mission Status: Started