For which of the following objects can you use a for loop to…

For which of the following objects can you use a for loop to iterate over the object’s elements (Hint: an element can be a letter, a word, a sentence, etc.)  ?  A. “Hello Python Exam Takers”  B. [‘Hello’, ‘Python’, ‘Exam’, ‘Takers’] C. (‘Hello’, ‘Python’, ‘Exam’, ‘Takers’)