python split string python code example Example: how to split word in python Click to copytext= "I am Batman" splitted_text= text.split() Print(splitted_text)