how to loop character and character in string in pythpn code example Example: iterate through characters in a string python for c in "string": #do something with c