Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
just one liner solution in Creative category for The End of Other by Apua
#checkio=lambda S:any(a!=b and a.endswith(b) for a,b in __import__('itertools').product(S,S))
checkio=lambda S:any(a!=b and a.endswith(b) for a in S for b in S)
March 7, 2014
Comments: