python3 collections.defaultdict()

如collections.defaultdict(int),表示新建字典,其中value为int型,key任何类型皆可


python3 collections.defaultdict()_第1张图片

你可能感兴趣的:(python3 collections.defaultdict())