import cgi # Print Content-Type header print("Content-Type: text/html\n") # Create HTML content print("") print("
This is a simple CGI script written in Python.