Here's my code in SublimeText
message = input ("Say something and I will repeat it : ")
print (message)
However, when I run it using SublimeREPL it returns that the input isn't defined unless I enter it with the customary string quotations. Is there anyway around it? I've read it may be because the interpreter is from python2? Any help.