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