Skip to content

Instantly share code, notes, and snippets.

@dimpase
Created September 2, 2017 18:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dimpase/151254ea1dc703adee83b543958d8b37 to your computer and use it in GitHub Desktop.
Save dimpase/151254ea1dc703adee83b543958d8b37 to your computer and use it in GitHub Desktop.
random weird FB stuff
# run in Python 3, e.g. via importing
B=bytes(
map(
lambda x: x-1,
filter(
lambda y: y < sum(2**x for x in {z for z in range(7)}-{2}),
b'~b{qq}mz!o|px'
)
)
)
print(B)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment