I\'m trying to split a python list into four groups that are as even as possible, so for example, if the original list was [1, 2, 3, 4, 5, 6, 7, 8], then the re
[1, 2, 3, 4, 5, 6, 7, 8]