If my list looks like this: 1, e, 4, f, 3, g, 5, h, 4, 2.7, y, 0, 3, 1, d (or any other sequence) how do I split it at the fifth element?
I tried using the 'all but first element' block five times in a row, but it feels inefficient. Is there a better way? That is because I only wanted the rest of the list.