[Python] Binary Search

Binary search is basically just an efficient algorithm to find a desired element in any kind of a sorted array.