# index.py #!/usr/bin/env python3 print("Content-Type: text/html\n") print("") print("

Python CGI Test

") print("

If you see this, Python CGI is working!

") print("")