Python iterate over a string, the result is a list of the all components characters code example Example: how to loop through string in python for i in "Hello": print(i)