Question #952

Which pseudo-module can be used to enable new language features not compatible with the current interpreter?

__future__ is a pseudo-module which programmers can use to enable new language features which are not compatible with the current interpreter. (stackoverflow.com/questions/7075082/what-is-future-in-pyt...)


Comment on Disqus:

Question difficulty: 🔵🔵🔵🔵🔵