I have to make a binary search using an offset, so there's no left or right variable. I need to make it return None if the item isn't found, but for whatever reason I'm stumped as to how I can do that. I know you can doI have to make a binary search using an offset,