sublime-build

Can't send input to running program in Sublime Text

Can't send input to running program in Sublime Text Question: I’m trying to get Sublime Text 3 to run a Python script. A simple two liner var = raw_input("Enter something: ") print("You entered " + var) which asks for input, waits for it, then prints it out in windows console prompt. Seeing the number of …

Total answers: 5