How to Run Python Code in Sublime Text 3 Mac?

Posted in  mac | 2022-03-18

Run Python 3 on Sublime Text (Mac)

To run the code, press Command B or go to Tools > Build. As you can see, my Sublime Text is running Python 2.7.

How do I Run a Python Script in Sublime Text 3?

We can run Python code inside the Sublime Text with the use of these builtin build systems. By pressing Ctrl + B , Sublime 3 will run the python code inside the integrated console provided we have saved the file with . py file extension.

Python 3 on Sublime Text Mac/PC EASY TUTORIAL