Skip to content

Instantly share code, notes, and snippets.

@pgainda
Created October 23, 2013 18:48
Show Gist options
  • Save pgainda/7124317 to your computer and use it in GitHub Desktop.
Save pgainda/7124317 to your computer and use it in GitHub Desktop.
Crack the code...
garbled = "!XeXgXaXsXsXeXmX XtXeXrXcXeXsX XeXhXtX XmXaX XI"
message = filter(lambda x: x!="X" ,garbled[::-1])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment