#!/usr/bin/python print "Content-type: text/html" name = raw_input("What is you name?"); print "hello"+name+"!";