Suppose we need to analyze a poem we have written. We want to examine words that are longer than five letters. How can we do this using list comprehension? Take a sentence from the input and print the list.
You can use the split(" ") method to separate the words.