Question Workspace Which list method can be used to iterate over a string? How does it work? code example Example: how to loop through string in python for i in "Hello": print(i)