Skip to content

Instantly share code, notes, and snippets.

@andrewsmedina
Created February 25, 2014 20:44
Show Gist options
  • Save andrewsmedina/9217283 to your computer and use it in GitHub Desktop.
Save andrewsmedina/9217283 to your computer and use it in GitHub Desktop.
$ python
Python 2.7.1 (r271:86832, Jun 16 2011, 16:59:05)
[GCC 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> ...
File "<stdin>", line 1
...
^
SyntaxError: invalid syntax
>>> ^D
$ python3
Python 3.3.4 (default, Feb 13 2014, 22:31:25)
[GCC 4.2.1 Compatible Apple LLVM 4.2 (clang-425.0.28)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> ...
Ellipsis
>>>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment