Cellular automata and image manipulation

defcon8 defcon8 at gmail.com
Sun May 14 05:01:03 EDT 2006


Actually never mind either. I guessed I needed to append all values
after eachother in one row list:
x = []
for y in buff:
    for z in y:
        x.append(z)

thanks for the help




More information about the Python-list mailing list