Sunday, September 20, 2009

python 3.x

>>> print 'hell'
  File "", line 1
    print 'hell'
               ^
SyntaxError: invalid syntax