Answers for "split word from the statement having . ? 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

Python Answers by Framework

Browse Popular Code Answers by Language