1. What is an iterator in Python?
A) A stream of data that is manipulated or interacted with as an object.
B) A function that returns a namespace.
C) A module of nested objects.
D) A function that returns packages.
Answer: A. For more information, see the Python.org glossary.
2. Which module in Python allows you to translate strings to and from binary formats?
…