Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to convert a string to a list python

#How to split a string into a list (Python)

#"separator" should be replaced with the string you want to split with
string.split("separator")
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #convert #string #list #python
ADD COMMENT
Topic
Name
4+9 =