Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
spoty's shortened solution in Clear category for The End of Other by suic
# Based on: http://www.checkio.org/mission/end-of-other/publications/spoty/python-3/second/
# Thanks :)
checkio = lambda s: any(y != x and y.endswith(x) for x in s for y in s)
March 17, 2015