python3 for loop through a string to .find code example Example: iterate through characters in a string python for c in "string": #do something with c