I have a basic sort and search loop. At the end I want to thank the user and display the name of the function used. Is there a format call for doing this?
def arr_sort_binsearch(ar):
item = 8
ar.sort()
l=0
r=len(ar)-1
while l