SyntaxFix
Write A Post
Hire A Developer
Questions
If you don't want a terminal window to pop up when you run your program, use pythonw.exe; Otherwise, use python.exe
pythonw.exe
python.exe
Regarding the syntax error: print is now a function in 3.x So use instead:
print
print("a")