score:4

invoke python with the -i flag.

when no script is specified, this causes python to run in interactive mode whether or not stdin appears to be a terminal. when a script is specified, this causes python to enter interactive mode after executing the script.


Related Query

More Query from same tag