python 3 how to iterate through characters in string code example Example: how to loop through string in python for i in "Hello": print(i)