In Python, the best way to iterate over characters of string is to use a for loop:
for ch in "My string to iterate": print (ch)