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