Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
1-liner: max 99 chars solution in Creative category for Long Non Repeat by przemyslaw.daniel
non_repeat=lambda s,r=range(99):max([s[i:j]for i in r for j in r],key=lambda x:len(x)*bool(len(x)==len(set(x))))
Aug. 21, 2017
Comments: