Stops the python interpreter.
quitPy
Stops the python interpreter, erasing all the information. Once called, startPy must again be called before using any other functions offered by Scithon.
startPy py("a=5;print(a);") quitPy