
Today We did
Homework
# Homework: # We will be doing some "bonus" functions that could be useful for our library # 1. General Name search. All we care about is if a word appears in the title # For example, if they type the word fox, and there is two books with fox, i want you ro peinr ir # hint in<------ also works with two strings # 2. Close Id Search: grab all books whose ID is within 10 of the id you gave it # they will give you id ,return all books whose ID ten lower or ten higher # lets say they type in id 12, your will return all books with ids # between 2 - 22