for each alphabet in a string python loop code example Example: iterate through characters in a string python for c in "string": #do something with c