import cgi form = cgi.FieldStorage() print """Content-type: text/html Page """ if form["passwd"].value=="165": print "

You can see the page. Congatulations.

" print "

The first question on the final exam will be ...

" else: print "

Wrong password.

" print """
"""