Using a for loop, write a function eeeless(word) that returns True if word does not contain the letter e, and False otherwise.
for
eeeless(word)
True
word
False