Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
One liner solution in Clear category for The End of Other by sumeet.lintel
# migrated from python 2.7
checkio = lambda ws:any([[x for x in ws - {w} if x.endswith(w)] for w in ws])
Jan. 10, 2015