Proudly Part of the Garden City Group
Tags : python
Category : python
from collections import defaultdict index_dic = defaultdict(list)
创建的空的字典,默认了每个键值对中的值为空的列表