collections.Counter 类的most common() 方法直接给出答案
from collections import Counter words = ['look', 'into', 'my', 'eyes', 'look', 'into', 'my', &