What is the purpose of the from __future__ import ... statement in Python?
A. It allows you to enable new language features from future versions of Python
B. It defines a new future 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