#!/usr/bin/python2 # Required header that tells the browser how to render the text. print "Content-Type: text/plain\n\n" # here text -- not html # Print a simple message to the display window. print "Hello, World!\n"