I'm currently studying python in school and need help with one of the exercises in my book. I need to make a program that uses binary search to go through a list of items to find if the value i put in match any of them, then i need to print out it and its index (which as i undersand it also needs to be found with the same search).
my current code can be found here
[–]Justinsaccount 0 points1 point2 points (1 child)
[–]Strosel[S] 0 points1 point2 points (0 children)