#!/usr/bin/python#Send header to browserprint "Content-type: text/htmln"print "<title>CGI Text</title>n"webText = """<li><a href="http://www.python.org">Python Web Site</a></li><li><a href="http://docs.python.org">Python Documentation</a></li><li><a href="http://cheeseshop.python.org">Cheeseshop</a></li>"""print webText
Name (required)
email (will not be published) (required)
Website