#!/usr/bin/env python

print "Content-Type: text/html; charset=UTF-8"
print
print "hello world in python!"
