What is the purpose of the from __future__ import ... statement in Python?

What is the purpose of the from __future__ import ... statement in Python? Correct Answer It allows you to enable new language features from future versions of Python

Related Questions

What is the purpose of the import statement in Python?
What is the purpose of the from ... import ... statement in Python?
What is the purpose of the from ... import * statement in Python?