Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
Short solution in Creative category for Group Equal consecutive by jakubsztyma
group_equal=lambda x:[list(q)for _,q in __import__('itertools').groupby(x)]
July 1, 2019