#!/usr/bin/python#Send header to browserprint "Content-type: text/html\n"print "CGI Text\n"webText = """Python Web SitePython DocumentationCheeseshop"""print webText