Sublime Forum

Not able to execute the python script completely

#1

As per the below screenshot, it should print "Enter a list element: " to ask user to enter input, after receiving value from "How many elements do you want to sort: " .
but its just printing the first print statement and not being executed from there, happens same for every program just like the below.

Need help if there anything has to be changed from configuration end.

0 Likes

#2

Yes & probably this is the most asked question as well. The Build systems in Sublime Text are output only. They don’t take inputs. You’ll need something like Terminus to make your program take inputs.

2 Likes

#3

Thank you for very quick response.

0 Likes