Hi.
After building python programs in Sublime Text, I cannot use the enter button to enter inputs into the program.
I have to run the programs in IDLE to test the programs.
Best Regards.
Hi.
After building python programs in Sublime Text, I cannot use the enter button to enter inputs into the program.
I have to run the programs in IDLE to test the programs.
Best Regards.
ST’s build systems are output only, but you can change them to use a terminal/console so that they can accept stdin, but obviously the output will no longer be in a panel in the ST window, but in a separate application.