demoshell
demoshell copied to clipboard
add a python repl mode
Add a builtin for "python" and "python3" that starts an interpreter prompt cycle that runs python statements instead of shelling out. Can we use the cmd module for that?