number generator

Anton Vredegoor anton.vredegoor at gmail.com
Sat Mar 10 18:59:28 EST 2007


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.



More information about the Python-list mailing list