> >>> d = defaultdict(lambda: defaultdict(int))
>

> Arnaud

Ah... so that's what lambdas are for.  Many thanks!

Brandon
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to