#!/usr/bin/env python type="Content-type: text/html\n\n" htmlheader = ''' My Topics Page

My Wiki Topics / Jacob Shutzman

''' print(type) print(htmlheader) #print ("Content-type: text/html") #print #print ("Test CGI") print ("

Hello Python internet World!

")