I’m new to Sublime. I’m using Python3, I installed Sublime, changed the Build system to Python3. Verified it, and it shows it is accessing python3 library.
However, if I write a code that requires two input, it shows the first input, and when I enter a value, it doesn’t show me the second input.
The codes run ok in Terminal. But not in Sublime.
I have Mac, Catalina, using Zsh bash.
Thank you in advance.