Stops the python interpreter.
quitPy
Stops the python interpreter. Once called, startPy must again be called before using any other functions offered by SciPy.
--> startPy --> py("a=5;print(a);") ans = "5 " --> quitPy