##About: Implemented a student library system using OOPs where students can borrow a book from the list of books.
##Details:
- Created a separate classes for Library and Student .
- I've used constructors
- This program is menu driven.
A student library system using OOPs where students can borrow and return a book from the list of books.
Python