Is there a function to initialize a dictionary?
Right now I'm using:
d = {x+1:[] for x in range(50)}
Is there any better solution?
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to