Advertisement
Guest User

PythonInstalls

a guest
Nov 1st, 2016
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.52 KB | None | 0 0
  1. ~$ python
  2. Python 2.7.9 (default, Jun 29 2016, 13:08:31)
  3. [GCC 4.9.2] on linux2
  4. Type "help", "copyright", "credits" or "license" for more information.
  5. >>> quit
  6. Use quit() or Ctrl-D (i.e. EOF) to exit
  7. >>>
  8. ~$ python2
  9. Python 2.7.9 (default, Jun 29 2016, 13:08:31)
  10. [GCC 4.9.2] on linux2
  11. Type "help", "copyright", "credits" or "license" for more information.
  12. >>>
  13. ~$ python3
  14. Python 3.4.2 (default, Oct  8 2014, 10:45:20)
  15. [GCC 4.9.1] on linux
  16. Type "help", "copyright", "credits" or "license" for more information.
  17. >>>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement