This is the code we used:
#!/usr/bin/env python print "Content-Type:text/html" print print """\ <html> <head> <title>Python - Hello World</title> </head> <body> Hi Pythonic World! </body> </html> """