how to iterate through each character in a string python code example Example: how to loop through string in python for i in "Hello": print(i)