Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
First solution in Uncategorized category for Three Words by UFO665
def checkio(words):
return "111" in "".join(str(int(word.isalpha())) for word in words.split())
Dec. 2, 2015