Write a Python function called find_anagrams(word_list) that takes a list of words (word_list) as input and returns a list of lists, where each inner list contains words that are anagrams of each ...