Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
Most common solution solution in Creative category for Monkey Typing by sumeet.lintel
def count_words(text, words):
return sum(i in text.lower() for i in words)
Dec. 20, 2014