String Sequence¶ Example: text = "Lorem ipsum dolor sit amet" for character in text: print(character)