Created
September 2, 2018 18:27
-
-
Save aaroncoffey/72e6da0f7aec161976e217fca5641cce to your computer and use it in GitHub Desktop.
drop into interactive python repl
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
import code | |
code.interact(local=dict(globals(), **locals())) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment