Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions rembers.txt
Original file line number Diff line number Diff line change
@@ -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)

Expand Down Expand Up @@ -34,4 +34,4 @@ Output

<class 'enumerate'>
[(0, 'bread'), (1, 'milk'), (2, 'butter')]
[(10, 'bread'), (11, 'milk'), (12, 'butter')]
[(10, 'bread'), (11, 'milk'), (12, 'butter')]