#!/usr/bin/env python import cgi form = cgi.FieldStorage() name = form.getvalue('name', 'world') print("""Content-type: text/html