How to loop through characters in string in list Python ? code example Example: how to loop through string in python for i in "Hello": print(i)