Skip to content

Instantly share code, notes, and snippets.

@leffuy
Created June 13, 2010 19:07
Show Gist options
  • Save leffuy/436901 to your computer and use it in GitHub Desktop.
Save leffuy/436901 to your computer and use it in GitHub Desktop.
Random python output from Source's Python interpreter
] py "exx=1+1"
>>> exx=1+1
ؕ���
] pySrc "1+1"
>>> 1+1
T3d,3dI
] pySrc 1+1
>>> 1+1
T3d,3dI
] pySrc 2+1
>>> 2+1
@3d3d
] pySrc 2+2
>>> 2+2
,3d3d%
] pySrc 2
>>> 2
T3d,3dI
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment