Anton Vredegoor wrote:

 > L = [1] * (bins-1) + [0] * (bins-1)

replace these lines in the code by:

L = [1] * (bins-1) + [0] * (bricks-bins)

A.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to