how to iterate through a list of characters in python using for loop code example Example: iterate through characters in a string python for c in "string": #do something with c