First time here? Check out the FAQ!
answered 7 years ago
How about:
num_rows=4 for i in range(num_rows): print [myList[i*64/num_rows+j] for j in range(64/num_rows)]