how to put iterate over all possible locations of spaces in a string pytnon code example
Example: iterate through characters in a string python
for c in "string":
#do something with c
for c in "string":
#do something with c