0

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.

Community
  • 1
  • 1
labago
  • 1,338
  • 2
  • 12
  • 28

1 Answers1

2

You don't have 2.7 installed any more, my friend.

this might be helpful

http://wiki.python.org/moin/Python2orPython3

Rich Tier
  • 9,021
  • 10
  • 48
  • 71