Contents:
split_list()
Splits a list by a value that exists in the list
seq (iterable) – The sequence to split up
value – Value within the list to use to split up the list
group (list) – Sublist of seq separated into groups.