Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Write code in the cell below that does the following: reate a list called words from the words in the string sentence.Iterate over wordsAdd to
Write code in the cell below that does the following:
reate a list called words from the words in the string sentence.Iterate over wordsAdd to a list called wordLens which contains the length of the current word.Count the current word using the variable numWords. Do not use a function.Print the word and the word length.Print numWords as shown in expected output.Print the list wordLens.You need one loop to solve this problem. You may use the len and split functions
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started