Why
is used in python?



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

Post New Answer

More Python Interview Questions

How can you make a python script executable on unix?

1 Answers  


Does flask work with python 3?

1 Answers  


What is ord () in python?

1 Answers  


Is there a switch or case statements in python?if not what is the reason for the same?

1 Answers  


What is numpy? Is it better than a list?

1 Answers  


What are the 5 tuples?

1 Answers  


Is python the future of programming?

1 Answers  


How are arguments passed by value or by reference in Python?

3 Answers  


Can we use singleton functionality without making a singleton class in Python?

1 Answers  


Does dataset api support python and r?

1 Answers  


Can we learn python in a week?

1 Answers  


What is a dataframe in python?

1 Answers  


Categories