Mega Code Archive
Categories
/
Python Tutorial
/
CGI Web
Programming Web Services
#!/usr/bin/python #Send header to browser print "Content-type: text/html\n" print "
CGI Text
\n" webText = """
Python Web Site
Python Documentation
Cheeseshop
""" print webText