Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
One-liner with groupby solution in Creative category for Long Repeat by suic
long_repeat = lambda l: bool(l) and max(sum(1 for _ in c) for _, c in __import__("itertools").groupby(l))
Aug. 11, 2017
Comments: