Why
is used in python?
Answer / Adesh Kumar Sharma
__future__ is a module that provides access to features that are planned for future versions of Python, but not yet available in the current version. It allows you to use these features now by importing them.
| Is This Answer Correct ? | 0 Yes | 0 No |
How can you make a python script executable on unix?
Does flask work with python 3?
What is ord () in python?
Is there a switch or case statements in python?if not what is the reason for the same?
What is numpy? Is it better than a list?
What are the 5 tuples?
Is python the future of programming?
How are arguments passed by value or by reference in Python?
Can we use singleton functionality without making a singleton class in Python?
Does dataset api support python and r?
Can we learn python in a week?
What is a dataframe in python?