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