Write a function to sort the list based on the first letter of the second element code example Example: sorting by second element sorted(LISTNAME, key=lambda x: x[1])