Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

string to list separated by space python

string = "a surprise to be sure but a welcome one"
my_list = string.split(" ")
 
PREVIOUS NEXT
Tagged: #string #list #separated #space #python
ADD COMMENT
Topic
Name
9+2 =