Created
May 14, 2019 20:20
-
-
Save olekthunder/9b00315935864d7d459f1ccf69a1afbb to your computer and use it in GitHub Desktop.
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
| c, r, n = __import__(dir()[1][2:-2]), range(100000), lambda c: c.__name__.lower() | |
| a, o, p, s, i, e = [getattr(c, x) for a, x in zip(r, sorted(dir(c))) if a in [2, 41, 43, 55, 74, 100]] | |
| getattr(e(f'{n(i)}("{n(o)[:2].lower()}")'), n(s)[:6])(f"{n(p).replace(n(p)[1:-3], '')} {'.'.join([str(len(n(o))+1)]*4)}") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment