Skip to content

Instantly share code, notes, and snippets.

@dimpase
Created September 2, 2017 18:39
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