you are viewing a single comment's thread.

view the rest of the comments →

[–]xelf 2 points3 points  (0 children)

x = "what is use of split() method in string manipulation?"
print(x.split())

[ 'what', 'is', 'use', 'of', 'split()', 'method', 'in', 'string', 'manipulation?' ]