Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to put words into list

sentence = input("Line: ")
split_sentence = sentence.split()
print(split_sentence)
 
PREVIOUS NEXT
Tagged: #put #words #list
ADD COMMENT
Topic
Name
9+3 =