Skip to content
Advertisement

I need to convert a doc string sentence into a list

Input file is:

JavaScript

This code gives output:

JavaScript

But I need output should be:

JavaScript

Suggest me how can I get this result.

Advertisement

Answer

This produces the results you want:

JavaScript

In case you need lemma:

JavaScript
Advertisement