import timedef printHeader( title ): print """Content-type: text/html<?xml version = "1.0" encoding = "UTF-8"?> <html xmlns = "http://www.w3.org/1999/xhtml"><head><title>%s</title></head><body>""" % titleprintHeader( "Current date and time" )print "<paragraph>" + time.ctime( time.time() ) + "</paragraph>"print "</body></html>"
Name (required)
email (will not be published) (required)
Website