Programming assignment error

list out of index …this error am having but my code seems fine to me

Please ensure that you are populating the sentences list after removing stopwords.

populating the stop word …please …i dont understand throw more light

See the function remove_stopwords to understand how stopwords are removed from a string.

In function parse_data_from_file, after you read each line in a for loop, use the append method on the sentences list to add a line without stopwords.

If this is still unclear, please look at the markdown instructions.

yeah, i have read the markdown instructions still unclear to me, however my code removed the stop words and got the expected output sir.