Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
>>> 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