#!/usr/bin/python

print "Content-type: text/plain\n"

print "Hello Python"

