Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
One line proc (65 symbols) solution in Creative category for Three Words by CDG.Axel
def checkio(words: str) -> bool:
return '111' in ''.join(str(+i.isalpha()) for i in words.split())
March 23, 2023
Comments: