N
N
novihcok2021-01-01 18:37:11
Sublime Text
novihcok, 2021-01-01 18:37:11

Ubuntu installed Sublime Text Python programming. The value of the variable is not sent to the code. What didn't I install?

In Ubuntu installed Sublime Text Python programming. The value of the variable is not sent to the code. What didn't I install? Before that, I installed Ninja ide there without additional installations, I entered the variable, the value was sent and the program continued to run.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
N
Nicholas V, 2021-01-02
@Amunrah

You need to understand that Sublime is such a coder's notebook, and not a full-fledged IDE, and not everything works out of the box there. For example, the built-in python builder cannot work interactively. The console only displays output, but does not send input back to the executable code. Those. on the input, it will stupidly hang in the background waiting for data ... Therefore, third-party solutions are usually used as a builder, for example, the SublimeREPL or Terminus package (which, in my opinion, is much more convenient, because it adds a fully functional command terminal to the sublime, but you need to delve into it in order to customize )
5e6f2e90897b6790097579.png

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question