Skip to content

Instantly share code, notes, and snippets.

@camelcaseblog
Created April 11, 2019 18:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save camelcaseblog/751195e38d9d0c8a8efb398a43bb2bc2 to your computer and use it in GitHub Desktop.
Save camelcaseblog/751195e38d9d0c8a8efb398a43bb2bc2 to your computer and use it in GitHub Desktop.
>>> from __future__ import print_function
>>> print_function.__dict__
{'mandatory': (3, 0, 0, 'alpha', 0), 'optional': (2, 6, 0, 'alpha', 2), 'compiler_flag': 65536}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment