I want to run a simple simple print function in python with sublime text. My Python.sublime-build
looks like this:
`"cmd": [C:\\Users\\Proteeti\\AppData\\Local\\Programs\\Python\\Python36-32\\python.exe", "-u", "$file"],
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
"selector": "source.python"
Here is my simple output python program - no output shows and says no build system .
What is occurring the problem here?