So, this is the fourth day of data science, I don't know if I can explain it well, but yes at the moment I just finished building a salary generation...
def bsearch(arr, low, high, x): if (low <= high): mid = (high + low)//2 if arr[mid] == x: return arr[mid] ...
You can use these tricks in any language ยท # houses = ["Eric's house", "Kenny's house", # "Kyle's house", "Stan's house", "Pallavi's house",...
So, you have the python code ready and you are not able to find out what is wrong. Why you are not getting the output? I know you have python debugger...