1
I’m editing the question to better explain what my question was.
I am a linux user and am starting web projects in Python. Soon I made use of the text editor, Sublime text 3, but it has a problem to execute Python code, being paralyzed or only compiling the first snippet of code.
I believe this problem has happened to many users, so I ask the question:
How to run or compile Python code in Sublime Text 3?
But the question was still confused, because my wish was to emulate the Python code on the console that exists inside Sublime.
However I was unsuccessful, until I did research on foreign sites and really understand that this is a failure of the editor that presents itself in different ways, be it in Windows, Linux or macOS.
You would have some problem compiling the code directly on the terminal?
– Ikaro Pinheiro