DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR PYTHON
python split sentence into words
sentence = 'Hello world a b c' split_sentence = sentence.split(' ') print(split_sentence)
PREVIOUS
NEXT
Tagged:
#python
#split
#sentence
#words
ADD COMMENT
Topic
COMMENT
Name
3+6 =
Submit