planche = [0]*13 for bille in range(100): planche[6+sum([randrange(-1,2,2) for k in range(6)])] += 1 print(planche)