Sublime Forum

The information output string

#1

I decided to try new Python code editors after IDLE. I was advised to use Sublime Text. For the first time, I decided to try to check the print command-it works. Then I also decided to do something easier and wrote a program for finding the roots of a quadratic equation. I met with a problem that when I press Ctrl + B (Build) I got a = in the output window . This is how it should be. but when I enter the value of the variable there and press Enter, nothing happens. The program was supposed to output b=, but it just moved to a new line. The entered data was not registered in the program… Screenshot_53

0 Likes

#2

Sublime doesn’t support gathering input in a regular build system:

1 Like