You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
''' A program that uses a binary_search method to find an item in a list. This function helps search a list faster than a just a value in list statement. '''