Sample List : [\'abc\', \'xyz\', \'aba\', \'1221\']
Expected Result : 2
def match_words(words): ctr = 0 for word in words: if len(word) > 1