No Output is showing on Sublime text Python Program

184 views Asked by At

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?

0

There are 0 answers