Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
First solution in Clear category for The End of Other by panaro32
def checkio(s):
return any(map(lambda x: any(map(x.endswith,s-set([x]))),s))
May 12, 2014
Comments: