subh

cpython_error

Feb 11th, 2012
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. subh@subh:~/cpython$ ./python
  2. Python 3.3.0a0 (default:2857c4a3a26d, Feb 11 2012, 04:45:33)
  3. [GCC 4.6.1] on linux
  4. Type "help", "copyright", "credits" or "license" for more information.
  5. >>> print 'hellow world'
  6. File "<stdin>", line 1
  7. print 'hellow world'
  8. ^
  9. SyntaxError: invalid syntax
  10. [67537 refs]
  11. >>>
Advertisement
Add Comment
Please, Sign In to add comment