#!/usr/bin/env pythonprint 'Content-type: text/plain'print # Prints an empty line, to end the headersprint 'Hello, world!'