How to run python codes in sublime text editor
The first thing to run a python code in sublime text editor, is to install the sublime text editor, which we may get from the official website of sublime. I’m leaving a link here, https://www.sublimetext.com/3 download the required version depending upon your OS and your system configuration.
Once the above step is done, write a piece of code and save it with the extension of (.py format). Now if you observe it clearly the color of your font changes. Here, in my case I saved the file with test.py name.
The additional tip, before running the code make sure you had made these changes
Shortcut to run the code: one can run the code by simply typing CTRL + B.
Sneak peak of above code: