I have the 3154 Build and I’m having problems with the input python function. basically when I use it I enter the input and it does not output anything. It just leaves me waiting.
Python input
addons_zz
#2
Sublime Text does not support inputting data into a program. You can up vote this feature request on:
Currently you can try to install the package https://packagecontrol.io/packages/SublimeREPL and use it to run you program from a Sublime Text view.
You you can try out the VSCode editor: https://github.com/Microsoft/vscode, which is pretty similar with Sublime Text.
0 Likes
Python 3: input() doesn't work
addons_zz
#4
VSCode is available for both Windows, Linux and OS, not Windows only:
But for linux you can also try to install the package TerminalView
instead of SublimeREPL
on Sublime Text:
0 Likes