dcs
view library.py @ 26:84d626fd32d4
mass add
| author | Dave St.Germain <dcs@adullmoment.com> |
|---|---|
| date | Sun, 12 Jun 2011 19:08:36 -0400 |
| parents | 9cfdbf76639f |
| children | db67204582de |
line source
1 """
2 This is a starting point for our library management system
3 """
27 """
28 represents a collection of books/things
29 """
35 """
36 add a book to the library
37 """
41 """
42 remove a book from the library
43 """
47 """
48 return the book with the given title
49 """
53 """
54 return a list of all the books
55 """
59 """
60 add a book by isbn
61 """
70 return
72 #the input was letters
74 #if the input is text and a proper title
78 # can't be sure which this is
83 #if the input is text but not a proper title
85 return
108 """
109 saves the library
110 """
119 # if it doesn't exists, create a new instance of the library
135 break
