Hi, this morning I downloaded Python 3.8.2 and Sublime 3.2.2 onto Windows 10. The python command works in the Command window, and I can run a Hello World! print statement in a terminal session. So, Python seems to be working fine. In Sublime Text, I try to Build the statement:
print(“Hello world!”)
The result at the bottom of the screen is:
[Finished in 0.1s]
I’m reading the book Python Crash Course and used its instructions to change the Build System, but no luck. I’m experienced in other languages but new to Python and Sublime Text, and can’t figure out what I’m missing. Do you have any ideas why the print statement isn’t working in Sublime? Thanks!