how to loop overa string and count the letter in every word in python code example Example: iterate through characters in a string python for c in "string": #do something with c