Created
January 18, 2018 09:35
-
-
Save yassineAlouini/8ae5bc3211313262c68286913edddbaf to your computer and use it in GitHub Desktop.
Useful future imports for Python 2.7
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from __future__ import absolute_import | |
from __future__ import division | |
from __future__ import print_function | |
from __future__ import unicode_literals |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment