print "Hello, python."
% python prog1.py Hello, python. %
あるいは先頭に
#!/usr/bin/python
chmod +x prog1.py
#!/usr/bin/env python