Question: (20 points) Write a python script that loops through a list of words and creates a newi list that contains only words that have less

(20 points) Write a python script that loops through a list of words and creates a newi list that contains only words that have less than 5 letters Example: list1-['cat', 'winter, "china", "low", "reading", "stop"] new_list-l'cat, low, 'stop']
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
