Q147
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
AnswerB.
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
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board