Skip to content

Instantly share code, notes, and snippets.

@olekthunder
Created May 14, 2019 20:20
Show Gist options
  • Select an option

  • Save olekthunder/9b00315935864d7d459f1ccf69a1afbb to your computer and use it in GitHub Desktop.

Select an option

Save olekthunder/9b00315935864d7d459f1ccf69a1afbb to your computer and use it in GitHub Desktop.
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