Question: What does a generator return?

  1. None
  2. An iterable object
  3. A linked list data structure from a non-empty list
  4. All the keys of the given dictionary

Answer: The correct answer of the above question is Option B:An iterable object