OILS / opy / testdata / hello_py2_print.py View on Github | oilshell.org

4 lines, 2 significant
1#!/usr/bin/env python2
2
3import sys
4print >>sys.stderr, 'hi'