Advertisement
nandoy

Untitled

Jun 22nd, 2015
302
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.17 KB | None | 0 0
  1. #!/usr/bin/env python
  2. # -*- coding: UTF-8 -*-
  3.  
  4. # enable debugging
  5. import cgitb
  6. cgitb.enable()
  7.  
  8. print "Content-Type: text/plain;charset=utf-8"
  9. print
  10. print "Hello World!"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement