Skip to content

Latest commit

 

History

History

743806

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

View on StackOverflow

You can use sta (string to array)

pip install sta

then

>>> import sta
>>> sta("some words on a list")
['some', 'words', 'on', 'a', 'list']