Skip to content

Instantly share code, notes, and snippets.

@jaycody
Created March 11, 2014 18:08
Show Gist options
  • Save jaycody/9491571 to your computer and use it in GitHub Desktop.
Save jaycody/9491571 to your computer and use it in GitHub Desktop.
py.openInteractiveShell
# Opens interactive shell upon execution.
import code;code.interact(local=locals())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment