Possible Duplicate:
Syntax error on print with Python 3
For example, if I just start python from the command line with "python" then run something like
print "test"
It throws a syntax error. That's really odd, but statements like
1+1
Work fine.
Possible Duplicate:
Syntax error on print with Python 3
For example, if I just start python from the command line with "python" then run something like
print "test"
It throws a syntax error. That's really odd, but statements like
1+1
Work fine.