• What's wrong with my code?

Question related to mission Three Words

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