DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR PYTHON
python string to array
>>> text = 'a b c' >>> text = text.split(' ') >>> text [ 'a', 'b', 'c' ]
Source by stackoverflow.com #
PREVIOUS
NEXT
Tagged:
#python
#string
#array
ADD COMMENT
Topic
COMMENT
Name
5+3 =
Submit