Skip to content

Instantly share code, notes, and snippets.

@apsun
Last active December 22, 2023 06:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save apsun/3bdbd630d0bfee6bd6decef21ab15612 to your computer and use it in GitHub Desktop.
Save apsun/3bdbd630d0bfee6bd6decef21ab15612 to your computer and use it in GitHub Desktop.
One-liner to drop into a Python REPL
__import__("code").InteractiveConsole({**globals(), **locals()}).interact()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment