import code
This is a demonstration of the Python [code][1] module, which allows for an interactive interpreter to be embedded into a Python program.
code.interact(banner=None, readfunc=None, local=None)
Convenience function to run a read-eval-print loop. This creates a new instance
of [InteractiveConsole
][2] and sets readfunc to be used as the