Skip to content

Instantly share code, notes, and snippets.

@ianfun
Created July 28, 2021 08:49
Show Gist options
  • Save ianfun/a04532a34b5f648448763b0b57857a09 to your computer and use it in GitHub Desktop.
Save ianfun/a04532a34b5f648448763b0b57857a09 to your computer and use it in GitHub Desktop.
Scavenger
_ = BaseException
__ = dir
___ = exec
for i in __(__builtins__):
try:
___(f"{i}=...")
except _:
...
i=...
_ = ...
__ = ...
___ = ...
__doc__ = ...
__file__ = ...
__spec__ = ...
__name__ = ...
__loader__ = ...
__package__ = ...
__builtins__ = ...
__annotations__ = ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment