Hacker News new | ask | show | jobs
by ac29 2690 days ago
Are you maybe looking for a defaultdict? https://docs.python.org/3.7/library/collections.html#collect...
1 comments

I'm aware of defaultdict, but when I saw that method on dict I got excited because I thought it meant I didn't need defaultdict anymore.