#!/usr/bin/python print "Content-Type: text/plain\n\n" print "Hello World" for i in range (1, 5): print i