Python how to make a list of every character in a word code example Example: turn a string into a list of characters python #Use the function list() word = list(word)