#!/home/pirsqrtc/Python26/bin/python import cgi import cgitb; cgitb.enable() # for troubleshooting print "Content-type:text/html\r\n\r\n" #this line to do calc below print 2+7 print "this v2.6" print 34.0*8/5 print """
Previous message: %s
form
""" % message