Sublime Forum

Error when using sublimetext to write python

#1

I write

print(2+3) 

in sublimetext and then press ctrl+B to run it in the console.
However I received nothing but

C:\Python33\python.exe: can't find '__main__' module in ' '

what is wrong?

0 Likes

#2

I think you need to save the file.

0 Likes