Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
lambda 2 solution in Clear category for Three Words by oldjaponec
checkio = lambda w: ''.join(['1' if i.isalpha() else '0' for i in w.split(' ')]).find('111') >= 0
Aug. 13, 2021