Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
First solution in Clear category for Group Equal consecutive by suic
group_equal = lambda e, g=__import__("itertools").groupby: [list(x) for _, x in g(e)]
April 24, 2019