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 -- http://mail.python.org/mailman/listinfo/python-list
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 -- http://mail.python.org/mailman/listinfo/python-list