print "Content-Type: text/html\n" print ''' Christopher Mahan's Web Site ''' I=50 for i in range(I): print "

" + str(i) + "

" print ''