#!c:/Python25/pythonfrom os import *from cgi import *print "Content-type: text/html\n\n"print "Hello Python!"