Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
Second solution in Clear category for Long Repeat by fed.kz
long_repeat=lambda l,g=__import__('itertools').groupby: max(len(list(x))for _,x in g(l))if l else 0
Oct. 11, 2018
Comments: