collections 是python2.4以後才有的模塊。 defaultdict支持字典的缺省值,在某些情況下,可以提高字典的構造效率。
defaultdict是python2.5以後才有的類。
Counter更是python2.7才有的類