I have a python 3.x program that is producing an error:
def main(): names = [\'Ava Fischer\', \'Bob White\', \'Chris Rich\', \'Danielle Porter\',
I can be wrong but this line:
binary_search(names, entered)
would not be
position = binary_search(names, entered)