OILS / opy / gold / hello_py2.py View on Github | oilshell.org

4 lines, 3 significant
1#!/usr/bin/env python2
2from __future__ import print_function
3import sys
4print("hi from Python 2", file=sys.stderr)