I have a list and I want to separate it into chunks of, let's say, five values each, and then present it in colums.
I think the way goes through the while function in which I'm not very good...
I can make the chunks, and in another while emulate the final result I want to accomplish, but I...