[Solved] Computer lengths of words inside string of a list Python [closed]
I am not going to write the code for you, but this will probably help. If I am understanding the question correctly you are trying to take a big block of text (paragraph) split it into sentences then get the average len of characters in each sentence. So: 1) Break text block into sentences. Here … Read more