Advertisement
scarbo

tentative_2to3

Mar 22nd, 2015
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.38 KB | None | 0 0
  1. scarbo@accelibreinfo:~/Musique/pythoneon_idesbald$ python2
  2. Python 2.7.8 (default, Oct 18 2014, 12:50:18)
  3. [GCC 4.9.1] on linux2
  4. Type "help", "copyright", "credits" or "license" for more information.
  5. >>> "hello the world"
  6. 'hello the world'
  7. >>> "hello the world" 2to3
  8.   File "<stdin>", line 1
  9.     "hello the world" 2to3
  10.                       ^
  11. SyntaxError: invalid syntax
  12. >>>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement