Possible Duplicate:
Python 3.1 and Sublime Text 2 error
Sublime Text 2 console input
I just got Sublime Text on my Mac and I'm trying to run simple code with Python, but I don't know how to do it.
print "hello"
This would run when I press Cmd+B (Build), to output hello
s = input('How are you?')
But when I try to run this, I would always get an error.
Help please???