how to store each character in string in an array in python code example Example: turn a string into a list of characters python #Use the function list() word = list(word)