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