Try this
python -i
and yes you will find some glitches here and there !!!
Option -i forces an interactive prompt as shown in Python help python -h page here.
$ python -h
-i : inspect interactively after running script;
forces a prompt even if stdin does not appear to be a terminal;
also PYTHONINSPECT=x