Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
ᗧ···ᗣ···ᗣ·· solution in Clear category for Three Words by vmiimu
import re
checkio = lambda s: bool(re.search(r"(?:[A-Za-z]+ ){2}[A-Za-z]+",s))
Nov. 19, 2018
Comments: