OILS
/
opy
/
gold
/ hello_py2.py
View on Github
|
oilshell.org
4 lines, 3 significant
1
#!/usr/bin/env python2
2
from __future__ import print_function
3
import sys
4
print(
"hi from Python 2"
, file=sys.stderr)