Sublime Forum

Does while True loop repeat a input just one time?

#1

I just want to repeat a simple input with while True loop, but It does not work.
Help please, I am new to Sublime, and I had some difficulties to use it.

0 Likes

#2

Builds in Sublime Text aren’t interactive; your program is running forever because no matter what you type in the build output panel, your program never sees it.

You want to install Terminus and then set up a build using it; see here:

0 Likes