Answers for "split string into list of wordds in python"

4

how to split word in python

text= "I am Batman"
splitted_text= text.split()

Print(splitted_text)
Posted by: Guest on September-02-2020

Code answers related to "split string into list of wordds in python"

Python Answers by Framework

Browse Popular Code Answers by Language