fork download
  1. from __future__ import print_function
  2. import inspect
  3. import __future__
  4. print(inspect.currentframe().f_code.co_flags)
  5. print(inspect.currentframe().f_code.co_flags & __future__.print_function.compiler_flag)
Success #stdin #stdout 0.03s 119296KB
stdin
Standard input is empty
stdout
268500992
65536