/x.py
Created
September 2, 2017 18:39
random weird FB stuff
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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