test.py 110 B

1234
  1. #!/usr/bin/env python
  2. print "Content-type: text/html\n\n"
  3. print "<html>Hello world from Python Land!</html>"