OILS / opy / _regtest / src / opy / testdata / hello_py2.py View on Github | oilshell.org

2 lines, 2 significant
1from __future__ import print_function
2print("hi from Python 2", file=sys.stderr)