how do i go through a string letter by letter in python code example Example: iterate through characters in a string python for c in "string": #do something with c