First time here? Check out the FAQ!
answered 2017-10-22 05:12:28 +0100
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)]