diff --git a/rembers.txt b/rembers.txt index f8c6ba9..09c306e 100644 --- a/rembers.txt +++ b/rembers.txt @@ -1,10 +1,10 @@ '' -create a library class +Create a library class - 1. diplay book - 2. addbook - 3. leadbook -> (who own the book if not present) - 4. returnbook + 1. Diplay book + 2. Addbook + 3. Leadbook -> (who own the book if not present) + 4. Returnbook harrylibrary(list of books, library_name) @@ -34,4 +34,4 @@ Output [(0, 'bread'), (1, 'milk'), (2, 'butter')] -[(10, 'bread'), (11, 'milk'), (12, 'butter')] \ No newline at end of file +[(10, 'bread'), (11, 'milk'), (12, 'butter')]