I wrote a simply program:
print "What is your name?"
name = raw_input()
print "Hello %s!" % name
When I run it directly in VIM I get:
What is your name? Hello print "What is your name?"!
I can't type anything. Program stops with "Hit any key to close this window..." What is going here? Python 2.7, Win10, VIM 7.4.