Library Book
BeginnerBuild a Book class with title, author, isbn, and is_available (boolean).
Methods: borrow() and return_book(). Create a small library of books and borrow/return some.
OOP Focus: Object state changes driven by methods.
Note: This is statement-only in the current Practice version; stdout should be empty.
Loading editor...
Output
Run or submit to see output.