how to iterate through the characters in a string in pythin and add them to a new string code example Example: how to loop through string in python for i in "Hello": print(i)