LLD - Design — Library Management System
A developer wrote this code snippet to delete a book:
What is the main issue with this code?
if book_id:
delete book
return 'Deleted'What is the main issue with this code?
