Quickies

[categories] [index] [all (527)] [latest]

Python
  1. >>> dict((k, []) for k in ['a', 'b', 'c'])
    {'a': [], 'c': [], 'b': []}