📜  nameerror name 'defaultdict' 未定义 - Python 代码示例
📅  最后修改于: 2022-03-11 14:45:33.569000             🧑  作者: Mango
代码示例2
import collections
d = collections.defaultdict(int)
d
defaultdict(, {})