logo CodeStepByStep logo

three_four_letter_words

Language/Type: Python functional programming

Suppose you have a list of strings declared as follows. Write functional code to produce a new list named words2 containing all of the three- or four-letter words in the list.

words = ["four", "score", "and", "seven", "years", "ago"]

					
Bare code: Write a fragment of Python code as described, without any class or function/method heading around your code.

You must log in before you can solve this problem.

Log In

Need help?

Stuck on an exercise? Contact your TA or instructor.

If something seems wrong with our site, please

Is there a problem? Contact us.