how to split every character in a string in python code example Example: python split every character in string def split(word): return [char for char in word]