I am using Sublime Text 3. This is my code:
a = raw_input("Test raw: ")
It correctly asks for Test raw: but does not do anything after entering a letter. This line, however, works in command prompt.
Basically, after Test raw: displays and I enter a character, I want it to move on the next line. Right now, it does not. I can just keep entering characters without it moving on.
Edit: SublimeREPL is for Sublime Text 2. I could not install it for Sublime Text 3. Is there something similar?
Answer: Use this website to install package control and follow the rest of the instructions here. Thanks everyone!