Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/usr/bin/env python
- # -*- coding: UTF-8 -*-
- # enable debugging
- import cgitb
- cgitb.enable()
- print "Content-Type: text/plain;charset=utf-8"
- print
- print "Hello World!"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement