# Define an in_list function that accepts a list of strings and a separate string. # Return the index where the string exists in the list. # If the string does not exist, return -1. # Do NOT use the ...