Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python split list

string = 'this is a python string'
wordList = string.split(' ')
 
PREVIOUS NEXT
Tagged: #python #split #list
ADD COMMENT
Topic
Name
5+6 =