Python - Operators and Expression Evaluation
Given a list of words, write a code snippet to print only those words that do NOT contain the letter 'a'. Which code correctly uses membership operators to do this?
'a' not in word to filter words without 'a'. Others have syntax or logic errors.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions