The linear search starts from index 0. How can I rewrite the function below to search from the end of the list instead of from the beginning?
def search(list,