OILS
/
opy
/
_regtest
/
src
/
opy
/
testdata
/ hello_py2.py
View on Github
|
oilshell.org
2 lines, 2 significant
1
from __future__ import print_function
2
print(
"hi from Python 2"
, file=sys.stderr)