Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
4th solution in Clear category for Three Words by gyahun_dash
import re
def checkio(words):
return bool(re.search('\D+ \D+ \D+', words))
March 1, 2016
Comments: