And don't forget to import collections. – Fred LarsonDec 7 '10 at 15:32
@Fred I won't, thanks :) – khachikDec 7 '10 at 15:33
To clarify, calling lst[newkey].append(something) will add newkey if it doesn't already exist, with an empty list as a value (the result of calling list()). – Thomas KDec 7 '10 at 15:35
{}makelsta dictionary ? – Sathya Dec 7 '10 at 15:27