Skip to content

Instantly share code, notes, and snippets.

View camathieu's full-sized avatar
🚀
Feeling Awesome

Charles-Antoine Mathieu camathieu

🚀
Feeling Awesome
View GitHub Profile
Library Management System
=========================
Objective:
Create a Python program to manage a small library. Users can add books, remove books, and query the library.
Functionalities:
- Add a Book: Users can add a book by entering its details in the format TITLE,AUTHOR,RELEASE_YEAR.
- Ensure that the TITLE and AUTHOR are not empty
- Ensure that the RELEASE_YEAR is between 0 and the current year.