def checkio(words): if (word.isalpha()for word in words)and (len(list(words))>2): return True return False
1
3
7