#!/usr/bin/python2.7
# -*- coding: utf-8 -*-

print "Content-Type: text/html"
print
print "<h1>Hello from Python 2.7 CGI</h1>"