#!/usr/bin/python print "Content-type: text/html\n\n"; print ""; print "CGI Test"; print ""; print "

Test page using Python

"; print "";