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.
You don't have 2.7 installed any more, my friend.
this might be helpful