#!/usr/bin/python name = raw_input("What is you name?") print "hello" +name+"!"