[EMAIL PROTECTED] (JP. Baker) writes:
> How *should* I create a sequence of N empty lists (buckets)?

a = [[] for i in xrange(N)]
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to