In python, I've got:

    path_bins = []
    for i in range(0, 25):
        path_bins.append(0)

path_bins = [0]*25



Reply via email to