how to iterate through string 2 letters at a time pyhton code example Example: how to loop through string in python for i in "Hello": print(i)