I downloaded Python for windows 64bit and it doesn't run the most basic commands. I've stripped my program down to one line, which python is complaining about.I suspect it must be with whatever I downloaded but don't know how to proceed. Advice?
print "Let's play Battleship!"
Results in:
File "b.py", line 2
print "Let's play Battleship!"
^
SyntaxError: invalid syntax