
print " Hello world"
user_input = raw_input("What is your name?")
print "Thank you", user_input

