What is the purpose of the from ... import ... statement in Python?
A. It allows you to import specific objects from a module
B. It creates a new module
C. It imports a module from another programming language
D. It is used to define a new class
Answer: Option A

Join The Discussion