Try This
name = raw_input("What is your name? ") print "Hello, " + name + "!" print "This is a demonstration of inline input."
Run
Submit Input