So I have a list of words `wordList = list().\' Right now, I am counting each letter in each of the words throughout the whole list using this code
cnt = C
import collections cnt = collections.Counter('happy harpy hasty').keys() cnt = list(cnt) print(cnt)