The objective is to take a list of strings, sort the letters in each string, and then sort the full list. We want to modify the list in place (so, use sort() ra
sort()