Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/usr/bin/python2.7
- import cgi
- print "Content-type:text/html\r\n\r\n"
- print "<html>"
- print "<head><title>hey</title></head>"
- print "<body>"
- print "<h1>python test title is hey</h1>"
- print "</body>"
- print "</html>"
Advertisement
Add Comment
Please, Sign In to add comment