Sublime Forum

Sublime input

#1

so I mostly use vscode but wanted to try out sublime text, but when I tried it input function in python build it didn’t work, I searched it on youtube but it says to use repl but I like using repl because it opens another window in sublime to run my code is there any way I can use the input function in sublime text without repl

0 Likes

#2

Build systems in Sublime Text don’t support taking input. I’d suggest either running code using a proper separate terminal emulator or by using the Terminus package to embed a terminal emulator.

0 Likes